PyCodeObject

//////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////

Members

Mixins

__anonymous
mixin PyObject_HEAD
Undocumented in source.

Variables

co_argcount
int co_argcount;
Undocumented in source.
co_cellvars
PyObject* co_cellvars;
Undocumented in source.
co_code
PyObject* co_code;
Undocumented in source.
co_consts
PyObject* co_consts;
Undocumented in source.
co_filename
PyObject* co_filename;
Undocumented in source.
co_firstlineno
int co_firstlineno;
Undocumented in source.
co_flags
int co_flags;
Undocumented in source.
co_freevars
PyObject* co_freevars;
Undocumented in source.
co_lnotab
PyObject* co_lnotab;
Undocumented in source.
co_name
PyObject* co_name;
Undocumented in source.
co_names
PyObject* co_names;
Undocumented in source.
co_nlocals
int co_nlocals;
Undocumented in source.
co_stacksize
int co_stacksize;
Undocumented in source.
co_varnames
PyObject* co_varnames;
Undocumented in source.
co_zombieframe
void* co_zombieframe;
Undocumented in source.

Mixed In Members

From mixin PyObject_HEAD

__anonymous
mixin _PyObject_HEAD_EXTRA
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ob_refcnt
Py_ssize_t ob_refcnt;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ob_type
PyTypeObject* ob_type;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta