Home
last modified time | relevance | path

Searched defs:heappop (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Lib/
Dheapq.py135 def heappop(heap): function
/external/python/cpython2/Lib/
Dheapq.py145 def heappop(heap): function
DQueue.py227 def _get(self, heappop=heapq.heappop): argument
/external/python/cpython3/Lib/asyncio/
Dqueues.py238 def _get(self, heappop=heapq.heappop): argument
/external/python/cpython2/Modules/
D_heapqmodule.c146 heappop(PyObject *self, PyObject *heap) in heappop() function