MCPcopy 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

constructMethod · 0.95

Calls 2

emptyMethod · 0.95
printFunction · 0.85

Tested by

no test coverage detected