_frame

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Variables

f_back
_frame* f_back;
Undocumented in source.
f_blockstack
PyTryBlock[20] f_blockstack;
Undocumented in source.
f_builtins
_object* f_builtins;
Undocumented in source.
f_code
PyCodeObject* f_code;
Undocumented in source.
f_executing
char f_executing;
Undocumented in source.
f_gen
_object* f_gen;
Undocumented in source.
f_globals
_object* f_globals;
Undocumented in source.
f_iblock
int f_iblock;
Undocumented in source.
f_lasti
int f_lasti;
Undocumented in source.
f_lineno
int f_lineno;
Undocumented in source.
f_locals
_object* f_locals;
Undocumented in source.
f_localsplus
_object*[1] f_localsplus;
Undocumented in source.
f_stacktop
_object** f_stacktop;
Undocumented in source.
f_trace
_object* f_trace;
Undocumented in source.
f_trace_lines
char f_trace_lines;
Undocumented in source.
f_trace_opcodes
char f_trace_opcodes;
Undocumented in source.
f_valuestack
_object** f_valuestack;
Undocumented in source.
ob_base
PyVarObject ob_base;
Undocumented in source.

Meta