Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Objects/
Dabstract.c2558 call_function_tail(PyObject *callable, PyObject *args) function
2600 return call_function_tail(callable, args);
2620 return call_function_tail(callable, args);
2651 retval = call_function_tail(func, args);
2688 retval = call_function_tail(func, args);