Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dceval.c251 static int check_args_iterable(PyThreadState *, PyObject *func, PyObject *vararg);
2928 check_args_iterable(PyThreadState *tstate, PyObject *func, PyObject *args) in check_args_iterable() function
Dbytecodes.c3878 if (check_args_iterable(tstate, func, callargs) < 0) { in dummy_func()
Dgenerated_cases.c.h1300 if (check_args_iterable(tstate, func, callargs) < 0) { in TARGET()