Searched refs:_possibly_sorted (Results 1 - 2 of 2) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Drepr.py65 x = _possibly_sorted(x)
69 x = _possibly_sorted(x)
83 for key in islice(_possibly_sorted(x), self.maxdict):
122 def _possibly_sorted(x): function
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Drepr.py65 x = _possibly_sorted(x)
69 x = _possibly_sorted(x)
83 for key in islice(_possibly_sorted(x), self.maxdict):
122 def _possibly_sorted(x): function

Completed in 342 milliseconds