Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_testcapimodule.c4354 fastcall_args(PyObject *args, PyObject ***stack, Py_ssize_t *nargs) in fastcall_args() function
4383 if (fastcall_args(func_args, &stack, &nargs) < 0) { in test_pyobject_fastcall()
4401 if (fastcall_args(func_args, &stack, &nargs) < 0) { in test_pyobject_fastcalldict()
4428 if (fastcall_args(func_args, &stack, &nargs) < 0) { in test_pyobject_fastcallkeywords()