Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import
heapq
2
3
class
Heap(list):
4
""
"This is a wrapper
class
for
the heap functions provided
Callers
nothing calls this directly
Calls
11
xrange
Class · 0.85
range
Function · 0.85
heapsort
Function · 0.85
is_heap
Method · 0.80
popmin
Method · 0.80
Heap
Class · 0.70
shuffle
Function · 0.50
append
Method · 0.45
sort
Method · 0.45
push
Method · 0.45
reduce
Method · 0.45
Tested by
no test coverage detected