Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acm-clan/algorithm-stone
/ top_data
Method
top_data
animations/src/algo_stack.py:47–51 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
45
return
self.nodes[len(self.nodes)-1]
46
47
def
top_data(self):
48
if
self.empty():
49
print(
"error call top data"
)
50
return
None
51
return
self.datas[len(self.datas)-1]
Callers
1
construct
Method · 0.95
Calls
2
empty
Method · 0.95
print
Function · 0.85
Tested by
no test coverage detected