Home
last modified time | relevance | path

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

/third_party/python/Include/
Ddescrobject.h77 PyAPI_DATA(PyTypeObject) PyGetSetDescr_Type;
/third_party/python/Objects/
Ddescrobject.c804 PyTypeObject PyGetSetDescr_Type = { variable
975 descr = (PyGetSetDescrObject *)descr_new(&PyGetSetDescr_Type, in PyDescr_NewGetSet()
Dobject.c1831 INIT_TYPE(PyGetSetDescr_Type); in _PyTypes_Init()
/third_party/python/Doc/data/
Dstable_abi.dat289 var,PyGetSetDescr_Type,3.2,
/third_party/python/PC/
Dpython3dll.c826 EXPORT_DATA(PyGetSetDescr_Type)
/third_party/python/Misc/
Dstable_abi.txt756 data PyGetSetDescr_Type
/third_party/python/Tools/c-analyzer/
DTODO691 Objects/descrobject.c:PyGetSetDescr_Type PyTypeObject PyGetSetDescr_Type
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv1605 Objects/descrobject.c - PyGetSetDescr_Type -