Searched defs:_heapify_max (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython3/Lib/
H A Dheapq.py196 def _heapify_max(x): function
336 _heapify = _heapify_max
494 _heapify_max(result)
511 _heapify_max(result)
595 from _heapq import _heapify_max namespace
/external/python/cpython2/Lib/
H A Dheapq.py197 def _heapify_max(x): function
232 _heapify_max(result)

Completed in 80 milliseconds