Home
last modified time | relevance | path

Searched refs:PyGetSetDescr_Type (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Include/
Ddescrobject.h72 PyAPI_DATA(PyTypeObject) PyGetSetDescr_Type;
/external/python/cpython3/Include/
Ddescrobject.h76 PyAPI_DATA(PyTypeObject) PyGetSetDescr_Type;
/external/python/cpython2/Objects/
Ddescrobject.c535 PyTypeObject PyGetSetDescr_Type = { variable
668 descr = (PyGetSetDescrObject *)descr_new(&PyGetSetDescr_Type, in PyDescr_NewGetSet()
Dobject.c2194 if (PyType_Ready(&PyGetSetDescr_Type) < 0) in _Py_ReadyTypes()
/external/python/cpython3/Objects/
Ddescrobject.c645 PyTypeObject PyGetSetDescr_Type = { variable
781 descr = (PyGetSetDescrObject *)descr_new(&PyGetSetDescr_Type, in PyDescr_NewGetSet()
Dobject.c1873 if (PyType_Ready(&PyGetSetDescr_Type) < 0) in _Py_ReadyTypes()
/external/python/cpython3/PC/
Dpython3.def275 PyGetSetDescr_Type=python37.PyGetSetDescr_Type DATA