Home
last modified time | relevance | path

Searched refs:nargs_total (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Modules/
H A D_functoolsmodule.c213 Py_ssize_t nargs_total = nargs; in partial_vectorcall() local
215 nargs_total += PyTuple_GET_SIZE(kwnames); in partial_vectorcall()
222 if (nargs_total == 0) { in partial_vectorcall()
239 Py_ssize_t newnargs_total = pto_nargs + nargs_total; in partial_vectorcall()
258 memcpy(stack + pto_nargs, args, nargs_total * sizeof(PyObject*)); in partial_vectorcall()

Completed in 3 milliseconds