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 | 381 from _testcapi import getargs_L namespace 384 self.assertRaises(TypeError, getargs_L, 3.14) 385 self.assertRaises(TypeError, getargs_L, "Hello") 386 self.assertEqual(99, getargs_L(Index())) 387 self.assertEqual(0, getargs_L(IndexIntSubclass())) 388 self.assertRaises(TypeError, getargs_L, BadIndex()) 390 self.assertEqual(1, getargs_L(BadIndex2())) 391 self.assertEqual(0, getargs_L(BadIndex3())) 392 self.assertRaises(TypeError, getargs_L, Int()) 393 self.assertEqual(0, getargs_L(IntSubclas [all...] |
/third_party/python/Modules/ |
H A D | _testcapimodule.c | 1516 getargs_L(PyObject *self, PyObject *args) in getargs_L() function 6514 {"getargs_L", getargs_L, METH_VARARGS},
|
Completed in 12 milliseconds