PyClassObject

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

Members

Mixins

__anonymous
mixin PyObject_HEAD
Undocumented in source.

Variables

cl_bases
PyObject* cl_bases;
Undocumented in source.
cl_delattr
PyObject* cl_delattr;
Undocumented in source.
cl_dict
PyObject* cl_dict;
Undocumented in source.
cl_getattr
PyObject* cl_getattr;
Undocumented in source.
cl_name
PyObject* cl_name;
Undocumented in source.
cl_setattr
PyObject* cl_setattr;
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