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_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. |