GDB (xrefs)
|
Public Attributes | |
PyObject_HEAD struct type * | type |
struct type_object * | prev |
struct type_object * | next |
struct type_object* type_object::next |
Definition at line 41 of file py-type.c.
Referenced by typy_deleter::operator()(), and set_type().
struct type_object* type_object::prev |
Definition at line 40 of file py-type.c.
Referenced by typy_deleter::operator()(), and set_type().
PyObject_HEAD struct type* type_object::type |
Definition at line 35 of file py-type.c.
Referenced by typy_deleter::operator()(), set_type(), and typy_iterator_iternext().