class documentation

class twisted.python.failure._Frame: (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__
f_code = (source)
fake code object
f_lineno = (source)
line number
f_globals = (source)
fake f_globals dictionary (usually empty)
(type: dict)
f_locals = (source)
fake f_locals dictionary (usually empty)
(type: dict)
f_back = (source)
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 20.12.1 at 2021-02-28 19:53:36.