Interface n.i.IMacroFactory(Interface):

Part of nevow.inevow View Source View In Hierarchy

Known implementations: nevow.rend.MacroFactory

A macro factory is capable of taking a macro directive (a string) and returning a callable which when called, will replace the portion of the DOM upon which the macro was placed with some different DOM.
Line # Kind Name Docs
99 Method macro Given a context object and a name, return a callable which responds
def macro(context, name): (source)
Given a context object and a name, return a callable which responds to the signature (context, *parameters) and returns an object which is flattenable.
API Documentation for Nevow, generated by pydoctor.