PyGetSetDescrObject Struct Reference

PyGetSetDescrObject Struct Reference

#include <descrobject.h>

Class Description

Definition at line 59 of file descrobject.h.

Public Attributes

PyObject_HEAD PyTypeObjectd_type
 
PyObjectd_name
 
PyGetSetDefd_getset
 

Member Data Documentation

PyGetSetDef* d_getset

Definition at line 61 of file descrobject.h.

PyObject* d_name

Definition at line 60 of file descrobject.h.

Definition at line 60 of file descrobject.h.


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