Searched refs:_PyFunction_FastCallKeywords (Results 1 – 3 of 3) sorted by relevance
68 PyAPI_FUNC(PyObject *) _PyFunction_FastCallKeywords(
153 return _PyFunction_FastCallKeywords(callable, stack, nargs, kwnames); in _PyObject_FastCallKeywords()386 _PyFunction_FastCallKeywords(PyObject *func, PyObject *const *stack, in _PyFunction_FastCallKeywords() function
4616 x = _PyFunction_FastCallKeywords(func, stack, nargs, kwnames); in Py_LOCAL_INLINE()