Home
last modified time | relevance | path

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

/third_party/python/Modules/
D_heapqmodule.c138 heappop_internal(PyObject *heap, int siftup_func(PyListObject *, Py_ssize_t)) in heappop_internal() function
182 return heappop_internal(heap, siftup); in _heapq_heappop_impl()
498 return heappop_internal(heap, siftup_max); in _heapq__heappop_max_impl()