Searched refs:_heapq_heapreplace_impl (Results 1 – 2 of 2) sorted by relevance
86 _heapq_heapreplace_impl(PyObject *module, PyObject *heap, PyObject *item);104 return_value = _heapq_heapreplace_impl(module, heap, item); in _heapq_heapreplace()
225 _heapq_heapreplace_impl(PyObject *module, PyObject *heap, PyObject *item) in _heapq_heapreplace_impl() function