#include <cpython3_raw.h>

Public Attributes | |
| NativePyObject * | co_consts | 
| NativePyObject * | co_names | 
| NativePyObject * | co_exceptiontable | 
| Int32 | co_flags | 
| Int16 | co_warmup | 
| Int16 | _co_linearray_entry_size | 
| Int32 | co_argcount | 
| Int32 | co_posonlyargcount | 
| Int32 | co_kwonlyargcount | 
| Int32 | co_stacksize | 
| Int32 | co_firstlineno | 
| Int32 | co_nlocalsplus | 
| Int32 | co_nlocals | 
| Int32 | co_nplaincellvars | 
| Int32 | co_ncellvars | 
| Int32 | co_nfreevars | 
| NativePyObject * | co_localsplusnames | 
| NativePyObject * | co_localspluskinds | 
| NativePyObject * | co_filename | 
| NativePyObject * | co_name | 
| NativePyObject * | co_qualname | 
| NativePyObject * | co_linetable | 
| NativePyObject * | co_weakreflist | 
| NativePyObject * | co_code | 
| Char * | _co_linearray | 
| Int32 | _co_firsttraceable | 
| void * | co_extra | 
| Char | co_code_adaptive [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 | 
| NativePyObject* co_consts | 
| NativePyObject* co_names | 
| NativePyObject* co_exceptiontable | 
| Int32 co_flags | 
| Int16 co_warmup | 
| Int16 _co_linearray_entry_size | 
| Int32 co_argcount | 
| Int32 co_posonlyargcount | 
| Int32 co_kwonlyargcount | 
| Int32 co_stacksize | 
| Int32 co_firstlineno | 
| Int32 co_nlocalsplus | 
| Int32 co_nlocals | 
| Int32 co_nplaincellvars | 
| Int32 co_ncellvars | 
| Int32 co_nfreevars | 
| NativePyObject* co_localsplusnames | 
| NativePyObject* co_localspluskinds | 
| NativePyObject* co_filename | 
| NativePyObject* co_name | 
| NativePyObject* co_qualname | 
| NativePyObject* co_linetable | 
| NativePyObject* co_weakreflist | 
| NativePyObject* co_code | 
| Char* _co_linearray | 
| Int32 _co_firsttraceable | 
| void* co_extra | 
| Char co_code_adaptive[1] |