Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dheapq.py581 from _heapq import *
585 from _heapq import _heapreplace_max
589 from _heapq import _heapify_max
593 from _heapq import _heappop_max
/external/python/cpython3/android/
DSetup.local12 _heapq _heapqmodule.c
/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/
DAndroid.bp347 "py2-c-module-_heapq",
506 name: "py2-c-module-_heapq",
/external/python/cpython3/Lib/collections/
D__init__.py30 import heapq as _heapq namespace
611 return _heapq.nlargest(n, self.items(), key=_itemgetter(1))
/external/python/cpython3/Modules/
DSetup186 #_heapq _heapqmodule.c # Heap queue algorithm
/external/python/cpython2/Modules/
DSetup.dist180 #_heapq _heapqmodule.c # Heapq type
/external/python/cpython3/Misc/NEWS.d/
D3.9.0a5.rst80 Port _heapq module to multiphase initialization.
/external/python/cpython2/Misc/NEWS.d/
D2.7.2rc1.rst1582 Fix test_heapq to skip the C tests when _heapq is missing.
/external/python/cpython3/Misc/
DHISTORY11048 - Issue #11910: Fix test_heapq to skip the C tests when _heapq is missing.