Home
last modified time | relevance | path

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

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