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 | 206 from _testcapi import getargs_H namespace 208 self.assertRaises(TypeError, getargs_H, 3.14) 209 self.assertEqual(99, getargs_H(Index())) 210 self.assertEqual(0, getargs_H(IndexIntSubclass())) 211 self.assertRaises(TypeError, getargs_H, BadIndex()) 213 self.assertEqual(1, getargs_H(BadIndex2())) 214 self.assertEqual(0, getargs_H(BadIndex3())) 215 self.assertRaises(TypeError, getargs_H, Int()) 216 self.assertEqual(0, getargs_H(IntSubclass())) 217 self.assertRaises(TypeError, getargs_H, BadIn [all...] |
/third_party/python/Modules/ |
H A D | _testcapimodule.c | 1453 getargs_H(PyObject *self, PyObject *args) in getargs_H() function 6507 {"getargs_H", getargs_H, METH_VARARGS},
|
Completed in 13 milliseconds