Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
D_heapqmodule.c.h15 _heapq_heappush_impl(PyObject *module, PyObject *heap, PyObject *item);
29 return_value = _heapq_heappush_impl(module, heap, item); in _heapq_heappush()
/external/python/cpython3/Modules/
D_heapqmodule.c124 _heapq_heappush_impl(PyObject *module, PyObject *heap, PyObject *item) in _heapq_heappush_impl() function