Searched refs:heapify_internal (Results 1 – 1 of 1) sorted by relevance
348 heapify_internal(PyObject *heap, int siftup_func(PyListObject *, Py_ssize_t)) in heapify_internal() function386 return heapify_internal(heap, siftup); in _heapq_heapify_impl()532 return heapify_internal(heap, siftup_max); in _heapq__heapify_max_impl()