Searched refs:DoNotTestEq (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Lib/test/ | ||
H A D | seq_tests.py | 242 class DoNotTestEq(Exception): class 246 raise DoNotTestEq 251 self.assertRaises(DoNotTestEq, checklast.__contains__, 1) |
Completed in 1 milliseconds