twisted.web.test.test_template.TestFailureElement(Element)
class documentationtwisted.web.test.test_template
(View In Hierarchy)
An Element
that can be used in place of FailureElement
to verify that renderElement
can render failures properly.
Method | __init__ | Undocumented |
Inherited from Element:
Instance Variable | loader | The factory which will be used to load documents to return from
render . (type: ITemplateLoader
provider) |
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. |