Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/geekcomputers/Python
/ balance_parenthesis.py
File
balance_parenthesis.py
balance_parenthesis.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
class
Stack:
2
def
__init__(self):
3
self.items = []
4
Callers
nothing calls this directly
Calls
1
is_balanced
Function · 0.85
Tested by
no test coverage detected