twisted.python.failure._Frame(object) class documentationtwisted.python.failure
(View In Hierarchy)
A fake frame object, used by _Traceback.
| Instance Variable | f_code | fake codeobject | 
| Instance Variable | f_lineno | line number | 
| Instance Variable | f_globals | fake f_globals dictionary (usually empty) | 
| Instance Variable | f_locals | fake f_locals dictionary (usually empty) | 
| Instance Variable | f_back | previous stack frame (towards the caller) | 
| Method | __init__ |