PyFrameObject

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

Members

Functions

f_localsplus
PyObject** f_localsplus()
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin PyObject_VAR_HEAD
Undocumented in source.

Variables

_f_localsplus
PyObject* _f_localsplus;
Undocumented in source.
f_back
PyFrameObject* f_back;
Undocumented in source.
f_blockstack
PyTryBlock f_blockstack;
Undocumented in source.
f_builtins
PyObject* f_builtins;
Undocumented in source.
f_code
PyCodeObject* f_code;
Undocumented in source.
f_exc_traceback
PyObject* f_exc_traceback;
Undocumented in source.
f_exc_type
PyObject* f_exc_type;
Undocumented in source.
f_exc_value
PyObject* f_exc_value;
Undocumented in source.
f_globals
PyObject* 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
PyObject* f_locals;
Undocumented in source.
f_ncells
int f_ncells;
Undocumented in source.
f_nfreevars
int f_nfreevars;
Undocumented in source.
f_nlocals
int f_nlocals;
Undocumented in source.
f_restricted
int f_restricted;
Undocumented in source.
f_stacksize
int f_stacksize;
Undocumented in source.
f_stacktop
PyObject** f_stacktop;
Undocumented in source.
f_trace
PyObject* f_trace;
Undocumented in source.
f_tstate
PyThreadState* f_tstate;
Undocumented in source.
f_valuestack
PyObject** f_valuestack;
Undocumented in source.

Mixed In Members

From mixin PyObject_VAR_HEAD

__anonymous
mixin PyObject_HEAD
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ob_size
Py_ssize_t ob_size;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta