Home
last modified time | relevance | path

Searched refs:_PyCFunction_FastCallDict (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Include/
Dmethodobject.h45 PyAPI_FUNC(PyObject *) _PyCFunction_FastCallDict(PyObject *func,
/external/python/cpython3/Objects/
Dcall.c101 return _PyCFunction_FastCallDict(callable, args, nargs, kwargs); in _PyObject_FastCallDict()
573 _PyCFunction_FastCallDict(PyObject *func, in _PyCFunction_FastCallDict() function
787 return _PyCFunction_FastCallDict(func, in PyCFunction_Call()