Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dmethodobject.h50 PyAPI_FUNC(PyObject *) _PyCFunction_FastCallKeywords(PyObject *func,
/external/python/cpython3/Objects/
Dcall.c156 return _PyCFunction_FastCallKeywords(callable, stack, nargs, kwnames); in _PyObject_FastCallKeywords()
721 _PyCFunction_FastCallKeywords(PyObject *func, in _PyCFunction_FastCallKeywords() function
/external/python/cpython3/Python/
Dceval.c4568 C_TRACE(x, _PyCFunction_FastCallKeywords(func, stack, nargs, kwnames)); in Py_LOCAL_INLINE()
4583 C_TRACE(x, _PyCFunction_FastCallKeywords(func, in Py_LOCAL_INLINE()