Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ push
Method
push
recipes/Python/578694_heap_class/recipe-578694.py:10–11 ·
view source on GitHub ↗
(self, item)
Source
from the content-addressed store, hash-verified
8
return
heapq.heappop(self)
9
10
def
push(self, item) :
11
heapq.heappush(self, item)
12
13
def
pushpop(self, item) :
14
return
heapq.heappushpop(self, item)
Callers
15
recipe-577634.js
File · 0.45
Queen
Function · 0.45
props
Function · 0.45
prepare_data_
Function · 0.45
recipe-579002.js
File · 0.45
recipe-577378.js
File · 0.45
recipe-578100.js
File · 0.45
get_all_bookmarks
Function · 0.45
add_song_to_playlist
Function · 0.45
load_playlist
Function · 0.45
init_caps
Function · 0.45
do_search
Function · 0.45
Calls
no outgoing calls
Tested by
1
test
Function · 0.36