Searched refs:getargs_l (Results 1 - 2 of 2) sorted by relevance
/third_party/python/Lib/test/test_capi/ |
H A D | test_getargs.py | 330 from _testcapi import getargs_l namespace 332 self.assertRaises(TypeError, getargs_l, 3.14) 333 self.assertEqual(99, getargs_l(Index())) 334 self.assertEqual(0, getargs_l(IndexIntSubclass())) 335 self.assertRaises(TypeError, getargs_l, BadIndex()) 337 self.assertEqual(1, getargs_l(BadIndex2())) 338 self.assertEqual(0, getargs_l(BadIndex3())) 339 self.assertRaises(TypeError, getargs_l, Int()) 340 self.assertEqual(0, getargs_l(IntSubclass())) 341 self.assertRaises(TypeError, getargs_l, BadIn [all...] |
/third_party/python/Modules/ |
H A D | _testcapimodule.c | 1489 getargs_l(PyObject *self, PyObject *args) in getargs_l() function 6511 {"getargs_l", getargs_l, METH_VARARGS},
|
Completed in 12 milliseconds