Class n.l.htmlfile(object):

Part of nevow.loaders View Source View In Hierarchy

Implements interfaces: nevow.inevow.IDocFactory

A document factory for an HTML disk template
Line # Kind Name Docs
109 Method __init__ Undocumented
132 Method load Load a template and return a stan document tree.
def __init__(self, template=None, pattern=None, templateDir=None, beExtremelyLenient=None): (source)
Undocumented
def load(self, ctx=None, preprocessors=()): (source)
Load a template and return a stan document tree.
ParameterspreprocessorsAn iterable of one-argument callables which will be given the stan document tree to transform before it is compiled.
API Documentation for Nevow, generated by pydoctor.