Searched refs:_PyCFunction_FastCallDict (Results 1 – 2 of 2) sorted by relevance
45 PyAPI_FUNC(PyObject *) _PyCFunction_FastCallDict(PyObject *func,
101 return _PyCFunction_FastCallDict(callable, args, nargs, kwargs); in _PyObject_FastCallDict()573 _PyCFunction_FastCallDict(PyObject *func, in _PyCFunction_FastCallDict() function787 return _PyCFunction_FastCallDict(func, in PyCFunction_Call()