#include <classobject.h>
Definition at line 31 of file classobject.h.
Public Attributes | |
| PyObject_HEAD PyObject * | im_func |
| PyObject * | im_self |
| PyObject * | im_class |
| PyObject * | im_weakreflist |
| PyObject* im_class |
Definition at line 35 of file classobject.h.
| PyObject_HEAD PyObject* im_func |
Definition at line 33 of file classobject.h.
| PyObject* im_self |
Definition at line 34 of file classobject.h.
| PyObject* im_weakreflist |
Definition at line 36 of file classobject.h.