Searched refs:BadInt2 (Results 1 – 3 of 3) sorted by relevance
/third_party/python/Lib/test/ |
D | test_getargs2.py | 91 class BadInt2: class 169 self.assertRaises(TypeError, getargs_b, BadInt2()) 193 self.assertRaises(TypeError, getargs_B, BadInt2()) 217 self.assertRaises(TypeError, getargs_H, BadInt2()) 242 self.assertRaises(TypeError, getargs_I, BadInt2()) 267 self.assertRaises(TypeError, getargs_k, BadInt2()) 293 self.assertRaises(TypeError, getargs_h, BadInt2()) 317 self.assertRaises(TypeError, getargs_i, BadInt2()) 341 self.assertRaises(TypeError, getargs_l, BadInt2()) 366 self.assertRaises(TypeError, getargs_n, BadInt2()) [all …]
|
D | test_index.py | 79 class BadInt2(int): class 88 bad_int = BadInt2()
|
D | test_int.py | 474 class BadInt2(int): class 507 bad_int = BadInt2()
|