def heappush()
in
typehints/stdlib/uheapq.pyi [0:0]
1
lines of code
1
McCabe index (conditional complexity)
def heappush(heap: list[_T], item: _T, /) -> None: