Home
last modified time | relevance | path

Searched refs:_heapq_heapreplace_impl (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Modules/clinic/
D_heapqmodule.c.h86 _heapq_heapreplace_impl(PyObject *module, PyObject *heap, PyObject *item);
104 return_value = _heapq_heapreplace_impl(module, heap, item); in _heapq_heapreplace()
/third_party/python/Modules/
D_heapqmodule.c225 _heapq_heapreplace_impl(PyObject *module, PyObject *heap, PyObject *item) in _heapq_heapreplace_impl() function