Class n.l.t.TestError(athena.LiveElement):

Part of nevow.livetrial.testcase View Source View In Hierarchy

An element rendering an error that occurred during test collection.

Split Table into Classes Show Methods in One Table

Line # Kind Name Docs
90 Method __init__ Undocumented
93 Method addError Undocumented
96 Method head We have nothing to render in <head>.
101 Method error Undocumented

Inherited from Element (via LiveElement):

Line # Kind Name Docs
75 Method renderer Given a context object and a name, return a callable which responds
85 Method rend Turn this instance into stan suitable for displaying it in a web page.
Line # Kind Name Docs
90 Method __init__ Undocumented
93 Method addError Undocumented
101 Method error Undocumented
96 Method head We have nothing to render in <head>.
85 Method rend Turn this instance into stan suitable for displaying it in a web page.
75 Method renderer Given a context object and a name, return a callable which responds
def __init__(self, holder): (source)
Undocumented
def addError(self, holder, error): (source)
Undocumented
def head(self): (source)
We have nothing to render in <head>.
def error(self, req, tag): (source)
Undocumented
API Documentation for Nevow, generated by pydoctor.