GDB (xrefs)
Loading...
Searching...
No Matches
Public Attributes | List of all members
pspace_object Struct Reference

Public Attributes

PyObject_HEAD struct program_spacepspace
 
PyObjectdict
 
PyObjectprinters
 
PyObjectframe_filters
 
PyObjectframe_unwinders
 
PyObjecttype_printers
 
PyObjectxmethods
 

Detailed Description

Definition at line 32 of file py-progspace.c.

Member Data Documentation

◆ dict

PyObject* pspace_object::dict

Definition at line 41 of file py-progspace.c.

Referenced by pspy_dealloc(), and pspy_initialize().

◆ frame_filters

PyObject* pspace_object::frame_filters

◆ frame_unwinders

PyObject* pspace_object::frame_unwinders

◆ printers

PyObject* pspace_object::printers

Definition at line 44 of file py-progspace.c.

Referenced by pspy_dealloc(), pspy_get_printers(), pspy_initialize(), and pspy_set_printers().

◆ pspace

PyObject_HEAD struct program_space* pspace_object::pspace

◆ type_printers

PyObject* pspace_object::type_printers

◆ xmethods

PyObject* pspace_object::xmethods

Definition at line 56 of file py-progspace.c.

Referenced by pspy_dealloc(), pspy_get_xmethods(), and pspy_initialize().


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