Searched refs:getargs_tuple (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython2/Lib/test/ |
D | test_getargs2.py | 435 from _testcapi import getargs_tuple 437 ret = getargs_tuple(1, (2, 3)) 446 self.assertRaises(TypeError, getargs_tuple, 1, seq())
|
/external/python/cpython3/Lib/test/ |
D | test_getargs2.py | 592 from _testcapi import getargs_tuple 594 ret = getargs_tuple(1, (2, 3)) 603 self.assertRaises(TypeError, getargs_tuple, 1, seq())
|
/external/python/cpython2/Modules/ |
D | _testcapimodule.c | 1057 getargs_tuple(PyObject *self, PyObject *args) in getargs_tuple() function 2700 {"getargs_tuple", getargs_tuple, METH_VARARGS},
|
/external/python/cpython3/Modules/ |
D | _testcapimodule.c | 1042 getargs_tuple(PyObject *self, PyObject *args) in getargs_tuple() function 5366 {"getargs_tuple", getargs_tuple, METH_VARARGS},
|