Searched refs:_heapq_heappush_impl (Results 1 – 2 of 2) sorted by relevance
15 _heapq_heappush_impl(PyObject *module, PyObject *heap, PyObject *item);33 return_value = _heapq_heappush_impl(module, heap, item); in _heapq_heappush()
126 _heapq_heappush_impl(PyObject *module, PyObject *heap, PyObject *item) in _heapq_heappush_impl() function