Searched refs:_heapq (Results 1 – 11 of 11) sorted by relevance
581 from _heapq import *585 from _heapq import _heapreplace_max589 from _heapq import _heapify_max593 from _heapq import _heappop_max
12 _heapq _heapqmodule.c
24 import heapq as _heapq namespace495 return _heapq.nlargest(n, self.iteritems(), key=_itemgetter(1))
353 from _heapq import *
347 "py2-c-module-_heapq",506 name: "py2-c-module-_heapq",
30 import heapq as _heapq namespace611 return _heapq.nlargest(n, self.items(), key=_itemgetter(1))
186 #_heapq _heapqmodule.c # Heap queue algorithm
180 #_heapq _heapqmodule.c # Heapq type
80 Port _heapq module to multiphase initialization.
1582 Fix test_heapq to skip the C tests when _heapq is missing.
11048 - Issue #11910: Fix test_heapq to skip the C tests when _heapq is missing.