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):
ParameterstagThe object which will be loaded. (type: An IRenderable provider.)
def load(self):

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 2020-03-25 17:34:30.