|
GDB (xrefs)
|
Public Attributes | |
| PyObject_HEAD struct program_space * | pspace |
| PyObject * | dict |
| PyObject * | printers |
| PyObject * | frame_filters |
| PyObject * | frame_unwinders |
| PyObject * | type_printers |
| PyObject * | xmethods |
Definition at line 29 of file py-progspace.c.
| PyObject* pspace_object::dict |
Definition at line 38 of file py-progspace.c.
Referenced by pspy_dealloc().
| PyObject* pspace_object::frame_filters |
Definition at line 44 of file py-progspace.c.
Referenced by pspy_dealloc().
| PyObject* pspace_object::frame_unwinders |
Definition at line 47 of file py-progspace.c.
Referenced by pspy_dealloc().
| PyObject* pspace_object::printers |
Definition at line 41 of file py-progspace.c.
Referenced by pspy_dealloc().
| PyObject_HEAD struct program_space* pspace_object::pspace |
Definition at line 34 of file py-progspace.c.
Referenced by pspy_get_filename().
| PyObject* pspace_object::type_printers |
Definition at line 50 of file py-progspace.c.
Referenced by pspy_dealloc().
| PyObject* pspace_object::xmethods |
Definition at line 53 of file py-progspace.c.
Referenced by pspy_dealloc().
1.8.14