Interface n.i.IViewParameters(Interface):

Part of nevow.inevow View Source View In Hierarchy

An interface used by url.viewhere. When this interface is remembered above a url.viewhere embedded in a page, and the url to the current page is rendered, this object will be consulted for additional manipulations to perform on the url object before returning it.
Line # Kind Name Docs
526 Method __iter__ Return an iterator which yields a series of (command, args, kw) triples,
def __iter__(): (source)
Return an iterator which yields a series of (command, args, kw) triples, where 'command' is a string, indicating which url method to call, 'args' is a list indicating the arguments to be passed to this method, and 'kw' is a dict of keyword arguments to pass to this method.
API Documentation for Nevow, generated by pydoctor.