PyClassObject

subclasses PyObject

Availability: 2.*

Members

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

Meta