#include <cpython37_raw.h>
Classes |
|
| struct | NativePyTryBlock |
Public Attributes |
|
| NativePyFrameObject * | f_back |
| NativePyCodeObject * | f_code |
| NativePyObject * | f_builtins |
| NativePyObject * | f_globals |
| NativePyObject * | f_locals |
| NativePyObject ** | f_valuestack |
| NativePyObject ** | f_stacktop |
| NativePyObject * | f_trace |
| Char | f_trace_lines |
| Char | f_trace_opcodes |
| NativePyObject * | f_gen |
| Int32 | f_lasti |
| Int32 | f_lineno |
| Int32 | f_iblock |
| Char | f_executing |
| NativePyTryBlock | f_blockstack [ NATIVE_CO_MAXBLOCKS ] |
| NativePyObject * | f_localsplus [1] |
Public Attributes inherited from
NativePyVarObject
|
|
| Int | ob_size |
Public Attributes inherited from
NativePyObjectHead_Release
|
|
| Int | ob_refcnt |
| struct NativePyTypeObject * | ob_type |
Additional Inherited Members |
|
Public Member Functions inherited from
NativePyObjectHead_Release
|
|
| _typeobject * | GetTypeObject () |
Public Member Functions inherited from
NativePyObject
|
|
| _object * | Get () |
| const _object * | Get () const |
| NativePyFrameObject * f_back |
| NativePyCodeObject * f_code |
| NativePyObject * f_builtins |
| NativePyObject * f_globals |
| NativePyObject * f_locals |
| NativePyObject ** f_valuestack |
| NativePyObject ** f_stacktop |
| NativePyObject * f_trace |
| Char f_trace_lines |
| Char f_trace_opcodes |
| NativePyObject * f_gen |
| Int32 f_lasti |
| Int32 f_lineno |
| Int32 f_iblock |
| Char f_executing |
| NativePyTryBlock f_blockstack[ NATIVE_CO_MAXBLOCKS ] |
| NativePyObject * f_localsplus[1] |