Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dheapq.py130 def heappush(heap, item): function
/external/python/cpython2/Lib/
Dheapq.py140 def heappush(heap, item): function
DQueue.py224 def _put(self, item, heappush=heapq.heappush): argument
/external/python/cpython3/Lib/asyncio/
Dqueues.py235 def _put(self, item, heappush=heapq.heappush): argument
/external/python/cpython2/Modules/
D_heapqmodule.c121 heappush(PyObject *self, PyObject *args) in heappush() function