Home
last modified time | relevance | path

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

/third_party/python/Modules/clinic/
D_heapqmodule.c.h154 {"heapify", (PyCFunction)_heapq_heapify, METH_O, _heapq_heapify__doc__},
160 _heapq_heapify(PyObject *module, PyObject *arg) in _heapq_heapify() function