t.p.f._Frame(object) : class documentation

Part of twisted.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
f_code =
fake code object
f_globals =
fake f_globals dictionary (usually empty)
f_locals =
fake f_locals dictionary (usually empty)
def __init__(self, name, filename): (source)
Parametersnamemethod/function name for this frame. (type: str)
filenamefilename for this frame.
API Documentation for Twisted, generated by pydoctor at 2013-04-03 11:20:05.