#include <frameobject.h>
Definition at line 16 of file frameobject.h.
Public Attributes | |
| PyObject_VAR_HEAD struct _frame * | f_back |
| PyCodeObject * | f_code |
| PyObject * | f_builtins |
| PyObject * | f_globals |
| PyObject * | f_locals |
| PyObject ** | f_valuestack |
| PyObject ** | f_stacktop |
| PyObject * | f_trace |
| PyObject * | f_exc_type |
| PyObject * | f_exc_value |
| PyObject * | f_exc_traceback |
| PyThreadState * | f_tstate |
| int | f_lasti |
| int | f_lineno |
| int | f_iblock |
| PyTryBlock | f_blockstack [CO_MAXBLOCKS] |
| PyObject * | f_localsplus [1] |
| PyObject_VAR_HEAD struct _frame* f_back |
Definition at line 18 of file frameobject.h.
| PyTryBlock f_blockstack[CO_MAXBLOCKS] |
Definition at line 48 of file frameobject.h.
| PyObject* f_builtins |
Definition at line 20 of file frameobject.h.
| PyCodeObject* f_code |
Definition at line 19 of file frameobject.h.
| PyObject * f_exc_traceback |
Definition at line 37 of file frameobject.h.
| PyObject* f_exc_type |
Definition at line 37 of file frameobject.h.
| PyObject * f_exc_value |
Definition at line 37 of file frameobject.h.
| PyObject* f_globals |
Definition at line 21 of file frameobject.h.
| int f_iblock |
Definition at line 47 of file frameobject.h.
| int f_lasti |
Definition at line 40 of file frameobject.h.
| int f_lineno |
Definition at line 46 of file frameobject.h.
| PyObject* f_locals |
Definition at line 22 of file frameobject.h.
| PyObject* f_localsplus[1] |
Definition at line 49 of file frameobject.h.
| PyObject** f_stacktop |
Definition at line 27 of file frameobject.h.
| PyObject* f_trace |
Definition at line 28 of file frameobject.h.
| PyThreadState* f_tstate |
Definition at line 39 of file frameobject.h.
| PyObject** f_valuestack |
Definition at line 23 of file frameobject.h.