Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/geekcomputers/Python
/ is_empty
Method
is_empty
balance_parenthesis.py:11–12 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
9
return
self.items.pop()
10
11
def
is_empty(self):
12
return
self.items == []
13
14
def
peek(self):
15
return
self.items[-1]
Callers
1
is_balanced
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected