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 2016-05-18 16:01:36.