MCPcopy Create free account
hub / github.com/acm-clan/algorithm-stone / get_node

Method get_node

animations/src/algo_vector.py:59–60  ·  view source on GitHub ↗
(self, index)

Source from the content-addressed store, hash-verified

57 return self.datas[index]
58
59 def get_node(self, index):
60 return self.submobjects[index]
61
62 def set(self, index, data):
63 self.datas[index] = data

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected