Class n.l.htmlstr(object):

Part of nevow.loaders View Source View In Hierarchy

Implements interfaces: nevow.inevow.IDocFactory

A document factory for HTML contained in a string
Line # Kind Name Docs
77 Method __init__ Undocumented
89 Method load Load a template and return a stan document tree.
def __init__(self, template=None, pattern=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.