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