Home
last modified time | relevance | path

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

/third_party/python/Objects/
Ddescrobject.c302 PyObject *argstuple = _PyTuple_FromArray(args+1, nargs-1); in method_vectorcall_VARARGS() local
326 PyObject *argstuple = _PyTuple_FromArray(args+1, nargs-1); in method_vectorcall_VARARGS_KEYWORDS() local
Dcall.c189 PyObject *argstuple = _PyTuple_FromArray(args, nargs); in _PyObject_MakeTpCall() local
/third_party/python/Modules/
D_testcapimodule.c5098 PyObject *argstuple; in test_pyvectorcall_call() local