Searched refs:AllEq (Results 1 - 4 of 4) sorted by relevance

/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dseq_tests.py211 class AllEq: class in function:CommonTest.test_contains_fake
214 # So instances of AllEq must be found in all non-empty sequences.
218 self.assertNotIn(AllEq(), self.type2test([]))
219 self.assertIn(AllEq(), self.type2test([1]))
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dseq_tests.py211 class AllEq: class in function:CommonTest.test_contains_fake
214 # So instances of AllEq must be found in all non-empty sequences.
218 self.assertNotIn(AllEq(), self.type2test([]))
219 self.assertIn(AllEq(), self.type2test([1]))
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dseq_tests.py211 class AllEq: class in function:CommonTest.test_contains_fake
214 # So instances of AllEq must be found in all non-empty sequences.
218 self.assertNotIn(AllEq(), self.type2test([]))
219 self.assertIn(AllEq(), self.type2test([1]))
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dseq_tests.py211 class AllEq: class in function:CommonTest.test_contains_fake
214 # So instances of AllEq must be found in all non-empty sequences.
218 self.assertNotIn(AllEq(), self.type2test([]))
219 self.assertIn(AllEq(), self.type2test([1]))

Completed in 96 milliseconds