Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_heapqmodule.c124 heappop_internal(PyObject *heap, int siftup_func(PyListObject *, Py_ssize_t)) in heappop_internal() function
163 return heappop_internal(heap, siftup); in heappop()
456 return heappop_internal(heap, siftup_max); in heappop_max()