Home
last modified time | relevance | path

Searched defs:PyGetSetDef (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Include/
Ddescrobject.h11 struct PyGetSetDef { struct
30 PyAPI_FUNC(PyObject *) PyDescr_NewGetSet(PyTypeObject *, PyGetSetDef *); argument
Dpytypedefs.h15 typedef struct PyGetSetDef PyGetSetDef; typedef