Go to the latest version of this document.
t.p.f._Traceback(
object
) : class documentation
Part of
twisted
.
python
.
failure
View Source
View In Hierarchy
Fake traceback object which can be passed to functions in the standard library
traceback
module.
Method
__init__
No summary
def __init__(self, frames):
(source)
Construct a fake traceback object using a list of frames. Note that although frames generally include locals and globals, this information is not kept by this object, since locals and globals are not used in standard tracebacks.
Parameters
frames
[(methodname, filename, lineno, locals, globals), ...]
API Documentation
for
Twisted
, generated by
pydoctor
at 2012-06-04 17:20:01.