Searched refs:do_call_core (Results 1 - 1 of 1) sorted by relevance

/external/python/cpython3/Python/
H A Dceval.c38 static PyObject * do_call_core(PyObject *, PyObject *, PyObject *);
3366 result = do_call_core(func, callargs, kwargs);
5041 do_call_core(PyObject *func, PyObject *callargs, PyObject *kwdict) function

Completed in 51 milliseconds