Searched refs:PyMethodDescr_Type (Results 1 – 7 of 7) sorted by relevance
78 PyAPI_DATA(PyTypeObject) PyMethodDescr_Type;
262 assert(Py_TYPE(descrobj) == &PyMethodDescr_Type); in _PyMethodDescr_FastCallKeywords()533 PyTypeObject PyMethodDescr_Type = { variable745 descr = (PyMethodDescrObject *)descr_new(&PyMethodDescr_Type, in PyDescr_NewMethod()
1148 (Py_TYPE(descr) == &PyMethodDescr_Type)) { in _PyObject_GetMethod()1906 if (PyType_Ready(&PyMethodDescr_Type) < 0) in _Py_ReadyTypes()
423 static PyTypeObject PyMethodDescr_Type = { variable632 descr = (PyMethodDescrObject *)descr_new(&PyMethodDescr_Type, in PyDescr_NewMethod()
359 PyMethodDescr_Type=python37.PyMethodDescr_Type DATA
4570 else if (Py_TYPE(func) == &PyMethodDescr_Type) { in Py_LOCAL_INLINE()
2601 PyMethodDescr_Type, _PyMethodWrapper_Type, and PyWrapperDescr_Type)