twisted.python.failure._Frame(object) class documentationtwisted.python.failure
View Source
(View In Hierarchy)
A fake frame object, used by _Traceback.
| Instance Variable | f_code | fake code
object |
| 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__ |
| Parameters | frameinfo | (methodname, filename, lineno, locals, globals) |
| back | previous (older) stack frame (type: frame) |