Searched refs:_PyCFunction_FastCallKeywords (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Include/ |
D | methodobject.h | 50 PyAPI_FUNC(PyObject *) _PyCFunction_FastCallKeywords(PyObject *func,
|
/external/python/cpython3/Objects/ |
D | call.c | 156 return _PyCFunction_FastCallKeywords(callable, stack, nargs, kwnames); in _PyObject_FastCallKeywords() 721 _PyCFunction_FastCallKeywords(PyObject *func, in _PyCFunction_FastCallKeywords() function
|
/external/python/cpython3/Python/ |
D | ceval.c | 4568 C_TRACE(x, _PyCFunction_FastCallKeywords(func, stack, nargs, kwnames)); in Py_LOCAL_INLINE() 4583 C_TRACE(x, _PyCFunction_FastCallKeywords(func, in Py_LOCAL_INLINE()
|