PyClassObject

subclasses PyObject

Availability: 2.*

Members

Mixins

__anonymous
mixin PyObject_HEAD
Undocumented in source.

Variables

cl_bases
PyObject* cl_bases;

A tuple of class objects

cl_delattr
PyObject* cl_delattr;

The following three are functions or null

cl_dict
PyObject* cl_dict;

A dictionary

cl_getattr
PyObject* cl_getattr;

The following three are functions or null

cl_name
PyObject* cl_name;

A string

cl_setattr
PyObject* cl_setattr;

The following three are functions or null

Mixed In Members

From mixin PyObject_HEAD

__anonymous
mixin _PyObject_HEAD_EXTRA
Undocumented in source.
ob_refcnt
Py_ssize_t ob_refcnt;

_

ob_type
PyTypeObject* ob_type;

_

Meta