twisted.web.template.TagLoader(object) class documentationtwisted.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. | 
| Method | __init__ | |
| Method | load | Load a template suitable for rendering. | 
| Parameters | tag | The object which will be loaded. (type: An IRenderable provider.) | 
Load a template suitable for rendering.
| Returns | a list of lists, unicode objects, Elements and other IRenderable providers. | |