PyCodeObject

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Variables

co_argcount
int co_argcount;
Undocumented in source.
co_cell2arg
c_long* co_cell2arg;
Undocumented in source.
co_cellvars
_object* co_cellvars;
Undocumented in source.
co_code
_object* co_code;
Undocumented in source.
co_consts
_object* co_consts;
Undocumented in source.
co_extra
void* co_extra;
Undocumented in source.
co_filename
_object* co_filename;
Undocumented in source.
co_firstlineno
int co_firstlineno;
Undocumented in source.
co_flags
int co_flags;
Undocumented in source.
co_freevars
_object* co_freevars;
Undocumented in source.
co_kwonlyargcount
int co_kwonlyargcount;
Undocumented in source.
co_lnotab
_object* co_lnotab;
Undocumented in source.
co_name
_object* co_name;
Undocumented in source.
co_names
_object* co_names;
Undocumented in source.
co_nlocals
int co_nlocals;
Undocumented in source.
co_stacksize
int co_stacksize;
Undocumented in source.
co_varnames
_object* co_varnames;
Undocumented in source.
co_weakreflist
_object* co_weakreflist;
Undocumented in source.
co_zombieframe
void* co_zombieframe;
Undocumented in source.
ob_base
_object ob_base;
Undocumented in source.

Meta