Searched refs:BadInt2 (Results 1 - 3 of 3) sorted by relevance
/third_party/python/Lib/test/test_capi/ |
H A D | test_getargs.py | 92 class BadInt2: class 170 self.assertRaises(TypeError, getargs_b, BadInt2()) 194 self.assertRaises(TypeError, getargs_B, BadInt2()) 218 self.assertRaises(TypeError, getargs_H, BadInt2()) 243 self.assertRaises(TypeError, getargs_I, BadInt2()) 268 self.assertRaises(TypeError, getargs_k, BadInt2()) 294 self.assertRaises(TypeError, getargs_h, BadInt2()) 318 self.assertRaises(TypeError, getargs_i, BadInt2()) 342 self.assertRaises(TypeError, getargs_l, BadInt2()) 367 self.assertRaises(TypeError, getargs_n, BadInt2()) [all...] |
/third_party/python/Lib/test/ |
H A D | test_index.py | 79 class BadInt2(int): class 88 bad_int = BadInt2()
|
H A D | test_int.py | 501 class BadInt2(int): class 534 bad_int = BadInt2()
|
Completed in 4 milliseconds