Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ pop
Method
pop
Lib/turtledemo/minimal_hanoi.py:33–36 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
31
d.sety(-150+34*len(self))
32
self.append(d)
33
def
pop(self):
34
d = list.pop(self)
35
d.sety(150)
36
return
d
37
38
def
hanoi(n, from_, with_, to_):
39
if
n > 0:
Callers
15
__init__
Method · 0.45
metrics
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
test_chunkcoding
Method · 0.45
tearDown
Method · 0.45
test_saveall
Method · 0.45
test_is_finalized
Method · 0.45
test_resurrection_is_transitive
Method · 0.45
feed
Method · 0.45
check_against
Method · 0.45
test
Method · 0.45
Calls
1
sety
Method · 0.80
Tested by
15
test_chunkcoding
Method · 0.36
tearDown
Method · 0.36
test_saveall
Method · 0.36
test_is_finalized
Method · 0.36
test_resurrection_is_transitive
Method · 0.36
feed
Method · 0.36
check_against
Method · 0.36
test
Method · 0.36
get_hash
Method · 0.36
test_sys_xoptions
Method · 0.36
check_c_stack
Method · 0.36
test_no_leaking
Method · 0.36