Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dabstract.h337 PyAPI_FUNC(PyObject *) _PyObject_FastCallKeywords
/external/python/cpython3/Objects/
Dabstract.c2449 _PyObject_FastCallKeywords(PyObject *func, PyObject **stack, Py_ssize_t nargs, in _PyObject_FastCallKeywords() function
/external/python/cpython3/Python/
Dceval.c4822 x = _PyObject_FastCallKeywords(func, stack, nargs, kwnames); in call_function()