Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dcollections.py24 import heapq as _heapq namespace
495 return _heapq.nlargest(n, self.iteritems(), key=_itemgetter(1))
Dheapq.py353 from _heapq import *
/external/python/cpython2/Modules/
DSetup.dist180 #_heapq _heapqmodule.c # Heapq type
/external/python/cpython2/Misc/
DNEWS5354 - Issue #11910: Fix test_heapq to skip the C tests when _heapq is missing.