Searched refs:check_args_iterable (Results 1 – 3 of 3) sorted by relevance
251 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
3878 if (check_args_iterable(tstate, func, callargs) < 0) { in dummy_func()
1300 if (check_args_iterable(tstate, func, callargs) < 0) { in TARGET()