Home
last modified time | relevance | path

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

/third_party/python/Modules/clinic/
D_heapqmodule.c.h250 _heapq__heapify_max_impl(PyObject *module, PyObject *heap);
263 return_value = _heapq__heapify_max_impl(module, heap); in _heapq__heapify_max()
/third_party/python/Modules/
D_heapqmodule.c529 _heapq__heapify_max_impl(PyObject *module, PyObject *heap) in _heapq__heapify_max_impl() function