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 2015-09-04 15:29:41.