Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ pop
Method
pop
Lib/turtledemo/sorting_animate.py:61–66 ·
view source on GitHub ↗
(self, key)
Source
from the content-addressed store, hash-verified
59
b.setx(xpos + 34)
60
61
def
pop(self, key):
62
b = list.pop(self, key)
63
b.glow()
64
b.sety(200)
65
self._close_gap_from_i(key)
66
return
b
67
68
def
insert(self, key, b):
69
self._open_gap_from_i(key)
Callers
4
isort
Function · 0.45
ssort
Function · 0.45
partition
Function · 0.45
randomize
Function · 0.45
Calls
3
_close_gap_from_i
Method · 0.95
glow
Method · 0.80
sety
Method · 0.80
Tested by
no test coverage detected