Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dfuncobject.h68 PyAPI_FUNC(PyObject *) _PyFunction_FastCallKeywords(
/external/python/cpython3/Objects/
Dcall.c153 return _PyFunction_FastCallKeywords(callable, stack, nargs, kwnames); in _PyObject_FastCallKeywords()
386 _PyFunction_FastCallKeywords(PyObject *func, PyObject *const *stack, in _PyFunction_FastCallKeywords() function
/external/python/cpython3/Python/
Dceval.c4616 x = _PyFunction_FastCallKeywords(func, stack, nargs, kwnames); in Py_LOCAL_INLINE()