Searched refs:getargs_h (Results 1 - 2 of 2) sorted by relevance
/third_party/python/Lib/test/test_capi/ |
H A D | test_getargs.py | 282 from _testcapi import getargs_h namespace 284 self.assertRaises(TypeError, getargs_h, 3.14) 285 self.assertEqual(99, getargs_h(Index())) 286 self.assertEqual(0, getargs_h(IndexIntSubclass())) 287 self.assertRaises(TypeError, getargs_h, BadIndex()) 289 self.assertEqual(1, getargs_h(BadIndex2())) 290 self.assertEqual(0, getargs_h(BadIndex3())) 291 self.assertRaises(TypeError, getargs_h, Int()) 292 self.assertEqual(0, getargs_h(IntSubclass())) 293 self.assertRaises(TypeError, getargs_h, BadIn [all...] |
/third_party/python/Modules/ |
H A D | _testcapimodule.c | 1444 getargs_h(PyObject *self, PyObject *args) in getargs_h() function 6506 {"getargs_h", getargs_h, METH_VARARGS},
|
Completed in 12 milliseconds