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

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dcollections.py12 import heapq as _heapq namespace
462 return _heapq.nlargest(n, self.iteritems(), key=_itemgetter(1))
H A Dheapq.py353 from _heapq import *
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dcollections.py12 import heapq as _heapq namespace
462 return _heapq.nlargest(n, self.iteritems(), key=_itemgetter(1))
H A Dheapq.py353 from _heapq import *

Completed in 113 milliseconds