Searched refs:_PyMethodDef_RawFastCallKeywords (Results 1 – 3 of 3) sorted by relevance
117 PyAPI_FUNC(PyObject *) _PyMethodDef_RawFastCallKeywords(
591 _PyMethodDef_RawFastCallKeywords(PyMethodDef *method, PyObject *self, in _PyMethodDef_RawFastCallKeywords() function730 result = _PyMethodDef_RawFastCallKeywords(((PyCFunctionObject*)func)->m_ml, in _PyCFunction_FastCallKeywords()
288 result = _PyMethodDef_RawFastCallKeywords(descr->d_method, self, in _PyMethodDescr_FastCallKeywords()