twisted.python.failure._TracebackFrame(object)
class documentationtwisted.python.failure
View Source
(View In Hierarchy)
Fake traceback object which can be passed to functions in the standard
library traceback
module.
Method | __init__ |
Parameters | frame | (methodname, filename, lineno, locals, globals) |
tb_next | next inner _TracebackFrame object, or None if this is the innermost frame. |