MCPcopy Create free account
hub / github.com/ActiveState/code / recipe-437116.py

File recipe-437116.py

recipes/Python/437116_Wrapper_class_heapq/recipe-437116.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import heapq
2
3class Heap(list):
4 """This is a wrapper class for the heap functions provided

Callers

nothing calls this directly

Calls 11

xrangeClass · 0.85
rangeFunction · 0.85
heapsortFunction · 0.85
is_heapMethod · 0.80
popminMethod · 0.80
HeapClass · 0.70
shuffleFunction · 0.50
appendMethod · 0.45
sortMethod · 0.45
pushMethod · 0.45
reduceMethod · 0.45

Tested by

no test coverage detected