Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Ddescrobject.h78 PyAPI_DATA(PyTypeObject) PyMethodDescr_Type;
/external/python/cpython3/Objects/
Ddescrobject.c262 assert(Py_TYPE(descrobj) == &PyMethodDescr_Type); in _PyMethodDescr_FastCallKeywords()
533 PyTypeObject PyMethodDescr_Type = { variable
745 descr = (PyMethodDescrObject *)descr_new(&PyMethodDescr_Type, in PyDescr_NewMethod()
Dobject.c1148 (Py_TYPE(descr) == &PyMethodDescr_Type)) { in _PyObject_GetMethod()
1906 if (PyType_Ready(&PyMethodDescr_Type) < 0) in _Py_ReadyTypes()
/external/python/cpython2/Objects/
Ddescrobject.c423 static PyTypeObject PyMethodDescr_Type = { variable
632 descr = (PyMethodDescrObject *)descr_new(&PyMethodDescr_Type, in PyDescr_NewMethod()
/external/python/cpython3/PC/
Dpython3.def359 PyMethodDescr_Type=python37.PyMethodDescr_Type DATA
/external/python/cpython3/Python/
Dceval.c4570 else if (Py_TYPE(func) == &PyMethodDescr_Type) { in Py_LOCAL_INLINE()
/external/python/cpython3/Misc/
DHISTORY2601 PyMethodDescr_Type, _PyMethodWrapper_Type, and PyWrapperDescr_Type)