Home
last modified time | relevance | path

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

/third_party/python/Include/
Ddescrobject.h76 PyAPI_DATA(PyTypeObject) PyClassMethodDescr_Type;
/third_party/python/Objects/
Ddescrobject.c730 PyTypeObject PyClassMethodDescr_Type = { variable
951 descr = (PyMethodDescrObject *)descr_new(&PyClassMethodDescr_Type, in PyDescr_NewClassMethod()
Dobject.c1808 INIT_TYPE(PyClassMethodDescr_Type); in _PyTypes_Init()
/third_party/python/PC/
Dpython3dll.c740 EXPORT_DATA(PyClassMethodDescr_Type)
/third_party/python/Doc/data/
Dstable_abi.dat61 var,PyClassMethodDescr_Type,3.2,
/third_party/python/Misc/
Dstable_abi.txt400 data PyClassMethodDescr_Type
/third_party/python/Tools/c-analyzer/
DTODO689 Objects/descrobject.c:PyClassMethodDescr_Type PyTypeObject PyClassMethodDescr_Ty…
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv1603 Objects/descrobject.c - PyClassMethodDescr_Type -