PyGetSetDescrObject

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (C)
struct PyGetSetDescrObject {}

Members

Mixins

__anonymous
mixin PyDescr_COMMON
Undocumented in source.

Variables

d_getset
PyGetSetDef* d_getset;
Undocumented in source.

Mixed In Members

From mixin PyDescr_COMMON

__anonymous
mixin PyObject_HEAD
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
d_type
PyTypeObject* d_type;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
d_name
PyObject* d_name;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta