Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_sort.py157 def mutating_cmp(x, y): function
162 self.assertRaises(ValueError, L.sort, mutating_cmp)
163 def mutating_cmp(x, y): function
167 self.assertRaises(ValueError, L.sort, mutating_cmp)