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__
f_code =
fake code object
f_lineno =
line number
f_globals =
fake f_globals dictionary (usually empty)
(type: Dict)
f_locals =
fake f_locals dictionary (usually empty)
(type: Dict)
f_back =
previous stack frame (towards the caller)
def __init__(self, frameinfo, back): (source)
Parametersframeinfo(methodname, filename, lineno, locals, globals)
backprevious (older) stack frame (type: frame)
API Documentation for Twisted, generated by pydoctor at 2020-03-20 23:54:06.