Home
last modified time | relevance | path

Searched defs:argstuple (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/python/cpython3/Objects/
Ddescrobject.c321 PyObject *argstuple = _PyTuple_FromArray(args+1, nargs-1); in method_vectorcall_VARARGS() local
346 PyObject *argstuple = _PyTuple_FromArray(args+1, nargs-1); in method_vectorcall_VARARGS_KEYWORDS() local
Dcall.c188 PyObject *argstuple = _PyTuple_FromArray(args, nargs); in _PyObject_MakeTpCall() local
/aosp_15_r20/external/python/cpython3/Modules/
D_testcapimodule.c5331 PyObject *argstuple; in test_pyvectorcall_call() local