MCPcopy 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

isortFunction · 0.45
ssortFunction · 0.45
partitionFunction · 0.45
randomizeFunction · 0.45

Calls 3

_close_gap_from_iMethod · 0.95
glowMethod · 0.80
setyMethod · 0.80

Tested by

no test coverage detected