#include <cpython37_raw.h>
Public Attributes |
|
Int32 | co_argcount |
Int32 | co_kwonlyargcount |
Int32 | co_nlocals |
Int32 | co_stacksize |
Int32 | co_flags |
Int32 | co_firstlineno |
NativePyObject * | co_code |
NativePyObject * | co_consts |
NativePyObject * | co_names |
NativePyObject * | co_varnames |
NativePyObject * | co_freevars |
NativePyObject * | co_cellvars |
Int * | co_cell2arg |
NativePyObject * | co_filename |
NativePyObject * | co_name |
NativePyObject * | co_lnotab |
void * | co_zombieframe |
NativePyObject * | co_weakreflist |
void * | co_extra |
![]() |
|
Int | ob_refcnt |
struct NativePyTypeObject * | ob_type |
Additional Inherited Members |
|
![]() |
|
_typeobject * | GetTypeObject () |
![]() |
|
_object * | Get () |
const _object * | Get () const |
Int32 co_argcount |
Int32 co_kwonlyargcount |
Int32 co_nlocals |
Int32 co_stacksize |
Int32 co_flags |
Int32 co_firstlineno |
NativePyObject * co_code |
NativePyObject * co_consts |
NativePyObject * co_names |
NativePyObject * co_varnames |
NativePyObject * co_freevars |
NativePyObject * co_cellvars |
Int * co_cell2arg |
NativePyObject * co_filename |
NativePyObject * co_name |
NativePyObject * co_lnotab |
void* co_zombieframe |
NativePyObject * co_weakreflist |
void* co_extra |