HomeSort by relevance Sort by last modified time
    Searched refs:DoNotTestEq (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
seq_tests.py 225 class DoNotTestEq(Exception):
229 raise DoNotTestEq
234 self.assertRaises(DoNotTestEq, checklast.__contains__, 1)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
seq_tests.py 225 class DoNotTestEq(Exception):
229 raise DoNotTestEq
234 self.assertRaises(DoNotTestEq, checklast.__contains__, 1)

Completed in 30 milliseconds