MCPcopy Index your code
hub / github.com/geekcomputers/Python / pop

Method pop

balance_parenthesis.py:8–9  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

6 self.items.append(item)
7
8 def pop(self):
9 return self.items.pop()
10
11 def is_empty(self):
12 return self.items == []

Callers 15

is_balancedFunction · 0.95
mainFunction · 0.45
popFunction · 0.45
start_gameFunction · 0.45
dealer_choiceFunction · 0.45
delete_courseFunction · 0.45
popFunction · 0.45
pan.pyFile · 0.45
snake.pyFile · 0.45
List.pyFile · 0.45
bfsFunction · 0.45

Calls

no outgoing calls

Tested by 1

__call__Method · 0.36