Searched refs:_PyObject_FastCallKeywords (Results 1 – 3 of 3) sorted by relevance
337 PyAPI_FUNC(PyObject *) _PyObject_FastCallKeywords
2449 _PyObject_FastCallKeywords(PyObject *func, PyObject **stack, Py_ssize_t nargs, in _PyObject_FastCallKeywords() function
4822 x = _PyObject_FastCallKeywords(func, stack, nargs, kwnames); in call_function()