def heapify()
in
typehints/stdlib/uheapq.pyi [0:0]
1
lines of code
1
McCabe index (conditional complexity)
def heapify(x: list[Any], /) -> None: