Home
last modified time | relevance | path

Searched refs:BadInt2 (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Lib/test/test_capi/
H A Dtest_getargs.py92 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 Dtest_index.py79 class BadInt2(int): class
88 bad_int = BadInt2()
H A Dtest_int.py501 class BadInt2(int): class
534 bad_int = BadInt2()

Completed in 3 milliseconds