Searched defs:argstuple (Results 1 – 3 of 3) sorted by relevance
304 PyObject *argstuple = _PyTuple_FromArray(args+1, nargs-1); in method_vectorcall_VARARGS() local328 PyObject *argstuple = _PyTuple_FromArray(args+1, nargs-1); in method_vectorcall_VARARGS_KEYWORDS() local
165 PyObject *argstuple = _PyTuple_FromArray(args, nargs); in _PyObject_MakeTpCall() local
4913 PyObject *argstuple; in test_pyvectorcall_call() local