class documentation

class TagLoader: (source)

Implements interfaces: twisted.web.iweb.ITemplateLoader

View In Hierarchy

An ITemplateLoader that loads existing IRenderable providers.
Method __init__
Method load Load a template suitable for rendering.
Instance Variable tag The object which will be loaded.
def __init__(self, tag): (source)
Parameters
tag:An IRenderable provider.The object which will be loaded.
def load(self): (source)
Load a template suitable for rendering.
Returns
a list of lists, unicode objects, Elements and other IRenderable providers.
tag: An IRenderable provider. = (source)
The object which will be loaded.