Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Ddescrobject.h76 PyAPI_DATA(PyTypeObject) PyClassMethodDescr_Type;
/external/python/cpython2/Objects/
Ddescrobject.c461 static PyTypeObject PyClassMethodDescr_Type = { variable
644 descr = (PyMethodDescrObject *)descr_new(&PyClassMethodDescr_Type, in PyDescr_NewClassMethod()
/external/python/cpython3/PC/
Dpython3.def59 PyClassMethodDescr_Type=python39.PyClassMethodDescr_Type DATA
/external/python/cpython3/Objects/
Ddescrobject.c732 PyTypeObject PyClassMethodDescr_Type = { variable
953 descr = (PyMethodDescrObject *)descr_new(&PyClassMethodDescr_Type, in PyDescr_NewClassMethod()
Dobject.c1807 INIT_TYPE(&PyClassMethodDescr_Type, "class method descr"); in _PyTypes_Init()
/external/python/cpython3/Tools/c-analyzer/
DTODO694 Objects/descrobject.c:PyClassMethodDescr_Type PyTypeObject PyClassMethodDescr_Ty…
Dknown.tsv811 Objects/descrobject.c - PyClassMethodDescr_Type variable PyTypeObject PyClassMethodDescr_Type