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