Searched refs:_heapq_heapify_impl (Results 1 – 2 of 2) sorted by relevance
157 _heapq_heapify_impl(PyObject *module, PyObject *heap);170 return_value = _heapq_heapify_impl(module, heap); in _heapq_heapify()
383 _heapq_heapify_impl(PyObject *module, PyObject *heap) in _heapq_heapify_impl() function