Home
last modified time | relevance | path

Searched defs:heapreplace (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Lib/
Dheapq.py145 def heapreplace(heap, item): function
/external/python/cpython2/Lib/
Dheapq.py156 def heapreplace(heap, item): function
/external/python/cpython2/Modules/
D_heapqmodule.c183 heapreplace(PyObject *self, PyObject *args) in heapreplace() function