#include <cpython3_raw.h>

Public Attributes | |
| Int32 | co_argcount |
| Int32 | co_posonlyargcount |
| 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 |
| const Char * | co_opcache_map |
| void * | co_opcache |
| Int32 | co_opcache_flag |
| const Char | co_opcache_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 |
| Int32 co_argcount |
| Int32 co_posonlyargcount |
| 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 |
| const Char* co_opcache_map |
| void* co_opcache |
| Int32 co_opcache_flag |
| const Char co_opcache_size |