Interface n.i.IRendererFactory(Interface):

Part of nevow.inevow View Source View In Hierarchy

Known implementations: nevow.page.Element, nevow.rend.RenderFactory

A renderer factory is capable of taking a renderer directive (a string) and returning a callable which when called, will render a portion of DOM.
Line # Kind Name Docs
86 Method renderer Given a context object and a name, return a callable which responds
def renderer(context, name): (source)
Given a context object and a name, return a callable which responds to the signature (context, data) or (data) and returns an object which is flattenable.
API Documentation for Nevow, generated by pydoctor.