Home
last modified time | relevance | path

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

/third_party/python/Python/
Dceval.c59 static PyObject * do_call_core(
4277 result = do_call_core(tstate, &trace_info, func, callargs, kwargs); in _PyEval_EvalFrameDefault()
5882 do_call_core(PyThreadState *tstate, in do_call_core() function