Searched refs:_PyMethodDef_RawFastCallDict (Results 1 – 3 of 3) sorted by relevance
110 PyAPI_FUNC(PyObject *) _PyMethodDef_RawFastCallDict(
446 _PyMethodDef_RawFastCallDict(PyMethodDef *method, PyObject *self, in _PyMethodDef_RawFastCallDict() function582 result = _PyMethodDef_RawFastCallDict(((PyCFunctionObject*)func)->m_ml, in _PyCFunction_FastCallDict()
249 result = _PyMethodDef_RawFastCallDict(descr->d_method, self, in methoddescr_call()333 result = _PyMethodDef_RawFastCallDict(descr->d_method, self, in classmethoddescr_call()