twisted.web.test.test_template.TestElement(Element)
class documentationtwisted.web.test.test_template
(View In Hierarchy)
An Element
that can be rendered successfully.
Inherited from Element:
Instance Variable | loader | The factory which will be used to load documents to return from
render . (type: ITemplateLoader
provider) |
Method | __init__ | Undocumented |
Method | lookupRenderMethod | Look up and return the named render method. |
Method | render | Implement IRenderable to
allow one Element to be
embedded in another's template or rendering output. |