Home
last modified time | relevance | path

Searched refs:PyMemberDescr_Type (Results 1 – 9 of 9) sorted by relevance

/third_party/python/Include/
Ddescrobject.h78 PyAPI_DATA(PyTypeObject) PyMemberDescr_Type;
/third_party/python/Objects/
Ddescrobject.c767 PyTypeObject PyMemberDescr_Type = { variable
963 descr = (PyMemberDescrObject *)descr_new(&PyMemberDescr_Type, in PyDescr_NewMember()
Dobject.c1838 INIT_TYPE(PyMemberDescr_Type); in _PyTypes_Init()
/third_party/python/Doc/data/
Dstable_abi.dat376 var,PyMemberDescr_Type,3.2,
/third_party/python/PC/
Dpython3dll.c833 EXPORT_DATA(PyMemberDescr_Type)
/third_party/python/Misc/
Dstable_abi.txt900 data PyMemberDescr_Type
/third_party/python/Tools/c-analyzer/
DTODO692 Objects/descrobject.c:PyMemberDescr_Type PyTypeObject PyMemberDescr_Type
/third_party/python/Python/
Dceval.c3509 if (dtype == &PyMemberDescr_Type) { // It's a slot in _PyEval_EvalFrameDefault()
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv1604 Objects/descrobject.c - PyMemberDescr_Type -