Searched refs:getargs_B (Results 1 - 2 of 2) sorted by relevance
/third_party/python/Lib/test/test_capi/ |
H A D | test_getargs.py | 182 from _testcapi import getargs_B namespace 184 self.assertRaises(TypeError, getargs_B, 3.14) 185 self.assertEqual(99, getargs_B(Index())) 186 self.assertEqual(0, getargs_B(IndexIntSubclass())) 187 self.assertRaises(TypeError, getargs_B, BadIndex()) 189 self.assertEqual(1, getargs_B(BadIndex2())) 190 self.assertEqual(0, getargs_B(BadIndex3())) 191 self.assertRaises(TypeError, getargs_B, Int()) 192 self.assertEqual(0, getargs_B(IntSubclass())) 193 self.assertRaises(TypeError, getargs_B, BadIn [all...] |
/third_party/python/Modules/ |
H A D | _testcapimodule.c | 1435 getargs_B(PyObject *self, PyObject *args) in getargs_B() function 6505 {"getargs_B", getargs_B, METH_VARARGS},
|
Completed in 13 milliseconds