#include <cpython27_raw.h>

Public Attributes | |
| Int32 | co_argcount |
| Int32 | co_nlocals |
| Int32 | co_stacksize |
| Int32 | co_flags |
| NativePyObject * | co_code |
| NativePyObject * | co_consts |
| NativePyObject * | co_names |
| NativePyObject * | co_varnames |
| NativePyObject * | co_freevars |
| NativePyObject * | co_cellvars |
| NativePyObject * | co_filename |
| NativePyObject * | co_name |
| Int32 | co_firstlineno |
| NativePyObject * | co_lnotab |
| void * | co_zombieframe |
| NativePyObject * | co_weakreflist |
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_nlocals |
| Int32 co_stacksize |
| Int32 co_flags |
| NativePyObject* co_code |
| NativePyObject* co_consts |
| NativePyObject* co_names |
| NativePyObject* co_varnames |
| NativePyObject* co_freevars |
| NativePyObject* co_cellvars |
| NativePyObject* co_filename |
| NativePyObject* co_name |
| Int32 co_firstlineno |
| NativePyObject* co_lnotab |
| void* co_zombieframe |
| NativePyObject* co_weakreflist |