class documentation

class TestFailureElement(Element): (source)

View In Hierarchy

An Element that can be used in place of FailureElement to verify that renderElement can render failures properly.

Method __init__ Undocumented
Class Variable loader Undocumented
Instance Variable failure Undocumented

Inherited from Element:

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.
def __init__(self, failure, loader=None): (source)

Undocumented

Parameters
failure:FailureUndocumented
loader:objectUndocumented

Undocumented