#include <code.h>
Public Attributes | |
| PyObject_HEAD int | co_argcount | 
| int | co_posonlyargcount | 
| int | co_kwonlyargcount | 
| int | co_nlocals | 
| int | co_stacksize | 
| int | co_flags | 
| int | co_firstlineno | 
| PyObject * | co_code | 
| PyObject * | co_consts | 
| PyObject * | co_names | 
| PyObject * | co_varnames | 
| PyObject * | co_freevars | 
| PyObject * | co_cellvars | 
| Py_ssize_t * | co_cell2arg | 
| PyObject * | co_filename | 
| PyObject * | co_name | 
| PyObject * | co_lnotab | 
| void * | co_zombieframe | 
| PyObject * | co_weakreflist | 
| void * | co_extra | 
| unsigned char * | co_opcache_map | 
| _PyOpcache * | co_opcache | 
| int | co_opcache_flag | 
| unsigned char | co_opcache_size | 
| PyObject_HEAD int co_argcount | 
| int co_posonlyargcount | 
| int co_kwonlyargcount | 
| int co_nlocals | 
| int co_stacksize | 
| int co_flags | 
| int co_firstlineno | 
| PyObject* co_code | 
| PyObject* co_consts | 
| PyObject* co_names | 
| PyObject* co_varnames | 
| PyObject* co_freevars | 
| PyObject* co_cellvars | 
| Py_ssize_t* co_cell2arg | 
| PyObject* co_filename | 
| PyObject* co_name | 
| PyObject* co_lnotab | 
| void* co_zombieframe | 
| PyObject* co_weakreflist | 
| void* co_extra | 
| unsigned char* co_opcache_map | 
| _PyOpcache* co_opcache | 
| int co_opcache_flag | 
| unsigned char co_opcache_size |