Class n.e.MissingRenderMethod(RenderError):

Part of nevow.errors View Source View In Hierarchy

Tried to use a render method which does not exist.
Instance VariableselementThe element which did not have the render method.
renderNameThe name of the renderer which could not be found.
Line # Kind Name Docs
21 Method __init__ Undocumented
27 Method __repr__ Undocumented
def __init__(self, element, renderName): (source)
Undocumented
def __repr__(self): (source)
Undocumented
API Documentation for Nevow, generated by pydoctor.