class documentation
An element that raises an exception when rendered.
Method | render |
Implement IRenderable to allow one Element to be embedded in another's template or rendering output. |
Inherited from Element
:
Method | __init__ |
Undocumented |
Method | lookup |
Look up and return the named render method. |
Instance Variable | loader |
The factory which will be used to load documents to return from render. |
overrides
twisted.web.template.Element.render
Implement IRenderable
to allow one Element
to be embedded in another's template or rendering output.
(This will simply load the template from the loader; when used in a template, the flattening engine will keep track of this object separately as the object to lookup renderers on and call Element.renderer
to look them up. The resulting object from this method is not directly associated with this Element
.)