Home
last modified time | relevance | path

Searched refs:_PyMethodDef_RawFastCallKeywords (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Include/
Dmethodobject.h117 PyAPI_FUNC(PyObject *) _PyMethodDef_RawFastCallKeywords(
/external/python/cpython3/Objects/
Dcall.c591 _PyMethodDef_RawFastCallKeywords(PyMethodDef *method, PyObject *self, in _PyMethodDef_RawFastCallKeywords() function
730 result = _PyMethodDef_RawFastCallKeywords(((PyCFunctionObject*)func)->m_ml, in _PyCFunction_FastCallKeywords()
Ddescrobject.c288 result = _PyMethodDef_RawFastCallKeywords(descr->d_method, self, in _PyMethodDescr_FastCallKeywords()