PyClassObject Struct Reference

PyClassObject Struct Reference

#include <classobject.h>

Class Description

Definition at line 12 of file classobject.h.

Public Attributes

PyObject_HEAD PyObjectcl_bases
 
PyObjectcl_dict
 
PyObjectcl_name
 
PyObjectcl_getattr
 
PyObjectcl_setattr
 
PyObjectcl_delattr
 
PyObjectcl_weakreflist
 

Member Data Documentation

Definition at line 14 of file classobject.h.

PyObject* cl_delattr

Definition at line 20 of file classobject.h.

PyObject* cl_dict

Definition at line 15 of file classobject.h.

PyObject* cl_getattr

Definition at line 18 of file classobject.h.

PyObject* cl_name

Definition at line 16 of file classobject.h.

PyObject* cl_setattr

Definition at line 19 of file classobject.h.

PyObject* cl_weakreflist

Definition at line 21 of file classobject.h.


The documentation for this struct was generated from the following file: