Searched defs:heappush (Results 1 – 6 of 6) sorted by relevance
130 def heappush(heap, item): function
140 def heappush(heap, item): function
224 def _put(self, item, heappush=heapq.heappush): argument
228 def _put(self, item, heappush=heapq.heappush): argument
121 heappush(PyObject *self, PyObject *args) in heappush() function
100 heappush(PyObject *self, PyObject *args) in heappush() function