Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ndleah/python-mini-project
/ main.py
File
main.py
Stack_structure/main.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
class
Node:
2
def
__init__(self, data):
3
self.data = data
4
self.next = None
Callers
nothing calls this directly
Calls
4
Stack
Class · 0.85
printData
Method · 0.80
push
Method · 0.45
pop
Method · 0.45
Tested by
no test coverage detected