Home
last modified time | relevance | path

Searched refs:PyMethodDescr_Type (Results 1 – 10 of 10) sorted by relevance

/third_party/python/Include/
Ddescrobject.h79 PyAPI_DATA(PyTypeObject) PyMethodDescr_Type;
/third_party/python/Objects/
Ddescrobject.c690 PyTypeObject PyMethodDescr_Type = { variable
937 descr = (PyMethodDescrObject *)descr_new(&PyMethodDescr_Type, in PyDescr_NewMethod()
Dobject.c1840 INIT_TYPE(PyMethodDescr_Type); in _PyTypes_Init()
/third_party/python/PC/
Dpython3dll.c835 EXPORT_DATA(PyMethodDescr_Type)
/third_party/python/Doc/data/
Dstable_abi.dat382 var,PyMethodDescr_Type,3.2,
/third_party/python/Misc/
Dstable_abi.txt908 data PyMethodDescr_Type
DHISTORY2601 PyMethodDescr_Type, _PyMethodWrapper_Type, and PyWrapperDescr_Type)
/third_party/python/Tools/c-analyzer/
DTODO693 Objects/descrobject.c:PyMethodDescr_Type PyTypeObject PyMethodDescr_Type
/third_party/python/Python/
Dceval.c5825 else if (Py_IS_TYPE(func, &PyMethodDescr_Type) && nargs > 0) { in trace_call_function()
5894 else if (Py_IS_TYPE(func, &PyMethodDescr_Type)) { in do_call_core()
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv1602 Objects/descrobject.c - PyMethodDescr_Type -