Searched refs:_heappop_max (Results 1 – 2 of 2) sorted by relevance
179 def _heappop_max(heap): function337 _heappop = _heappop_max593 from _heapq import _heappop_max
161 self.assertEqual(self.module._heappop_max(h), 3)162 self.assertEqual(self.module._heappop_max(h), 2)