class documentation

A fake frame object, used by _Traceback.

Method __init__ No summary
Instance Variable f_back previous stack frame (towards the caller)
Instance Variable f_builtins Undocumented
Instance Variable f_code fake code object
Instance Variable f_globals fake f_globals dictionary (usually empty)
Instance Variable f_lasti Undocumented
Instance Variable f_lineno line number
Instance Variable f_locals fake f_locals dictionary (usually empty)
Instance Variable f_trace Undocumented
def __init__(self, frameinfo, back): (source)
Parameters
frameinfo(methodname, filename, lineno, locals, globals)
back:frameprevious (older) stack frame

previous stack frame (towards the caller)

f_builtins = (source)

Undocumented

fake code object

f_globals = (source)

fake f_globals dictionary (usually empty)

Undocumented

f_lineno = (source)

line number

f_locals = (source)

fake f_locals dictionary (usually empty)

Undocumented