Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Ddescrobject.c304 PyObject *argstuple = _PyTuple_FromArray(args+1, nargs-1); in method_vectorcall_VARARGS() local
328 PyObject *argstuple = _PyTuple_FromArray(args+1, nargs-1); in method_vectorcall_VARARGS_KEYWORDS() local
Dcall.c165 PyObject *argstuple = _PyTuple_FromArray(args, nargs); in _PyObject_MakeTpCall() local
/external/python/cpython3/Modules/
D_testcapimodule.c4913 PyObject *argstuple; in test_pyvectorcall_call() local