Searched defs:BadCmp2 (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Lib/test/
H A Dlist_tests.py315 class BadCmp2: class in function:CommonTest.test_remove
328 d = self.type2test(['a', 'b', BadCmp2(), 'c'])
/external/python/cpython3/Lib/test/
H A Dlist_tests.py337 class BadCmp2: class in function:CommonTest.test_remove
350 d = self.type2test(['a', 'b', BadCmp2(), 'c'])

Completed in 240 milliseconds