Home
last modified time | relevance | path

Searched refs:DoNotTestEq (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Lib/test/
Dseq_tests.py239 class DoNotTestEq(Exception): class
243 raise DoNotTestEq
248 self.assertRaises(DoNotTestEq, checklast.__contains__, 1)