Part of twisted.python.failure View Source View In Hierarchy
_Traceback
.Instance Variable | f_code | fake code
object |
Instance Variable | f_globals | fake f_globals dictionary (usually empty) |
Instance Variable | f_locals | fake f_locals dictionary (usually empty) |
Method | __init__ | No summary |
Parameters | name | method/function name for this frame. (type: str ) |
filename | filename for this frame. |