MCPcopy 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
38def hanoi(n, from_, with_, to_):
39 if n > 0:

Callers 15

__init__Method · 0.45
metricsMethod · 0.45
__init__Method · 0.45
__init__Method · 0.45
test_chunkcodingMethod · 0.45
tearDownMethod · 0.45
test_saveallMethod · 0.45
test_is_finalizedMethod · 0.45
feedMethod · 0.45
check_againstMethod · 0.45
testMethod · 0.45

Calls 1

setyMethod · 0.80

Tested by 15

test_chunkcodingMethod · 0.36
tearDownMethod · 0.36
test_saveallMethod · 0.36
test_is_finalizedMethod · 0.36
feedMethod · 0.36
check_againstMethod · 0.36
testMethod · 0.36
get_hashMethod · 0.36
test_sys_xoptionsMethod · 0.36
check_c_stackMethod · 0.36
test_no_leakingMethod · 0.36