t.w.e.FlattenerError(Exception) : class documentation

Part of twisted.web.error View Source View In Hierarchy

An error occurred while flattening an object.
Instance Variables_rootsA list of the objects on the flattener's stack at the time the unflattenable object was encountered. The first element is least deeply nested object and the last element is the most deeply nested.
Method __init__ Undocumented
Method __repr__ Present a string representation which includes a template traceback, so we can tell where this error occurred in the template, as well as in Python.
Method __str__ Undocumented
Method _formatRoot No summary
def __init__(self, exception, roots, traceback): (source)
Undocumented
def _formatRoot(self, obj): (source)
Convert an object from self._roots to a string suitable for inclusion in a render-traceback (like a normal Python traceback, but can include "frame" source locations which are not in Python source files).
ParametersobjAny object which can be a render step root. Typically, Tags, strings, and other simple Python types.
ReturnsA string representation of obj. (type: str )
def __repr__(self): (source)
Present a string representation which includes a template traceback, so we can tell where this error occurred in the template, as well as in Python.
def __str__(self): (source)
Undocumented
API Documentation for Twisted, generated by pydoctor at 2011-10-27 16:27:37.