t.w.t.TagLoader(object) : class documentation

Part of twisted.web.template View Source View In Hierarchy

Implements interfaces: twisted.web.iweb.ITemplateLoader

An ITemplateLoader that loads existing IRenderable providers.
Instance Variable tag The object which will be loaded. (type: An IRenderable provider.)
Method __init__
Method load Load a template suitable for rendering.
tag =
The object which will be loaded. (type: An IRenderable provider.)
def __init__(self, tag): (source)
ParameterstagThe object which will be loaded. (type: An IRenderable provider.)
def load(self): (source)
Load a template suitable for rendering.
Returnsa list of lists, unicode objects, Elements and other IRenderable providers.
API Documentation for Twisted, generated by pydoctor at 2013-04-03 11:20:05.