Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_balanced
Function · 0.95
main
Function · 0.45
pop
Function · 0.45
classicIndianCardMatch.py
File · 0.45
start_game
Function · 0.45
dealer_choice
Function · 0.45
delete_course
Function · 0.45
pop
Function · 0.45
pan.py
File · 0.45
snake.py
File · 0.45
List.py
File · 0.45
bfs
Function · 0.45
Calls
no outgoing calls
Tested by
1
__call__
Method · 0.36