Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
compute_prefix_function
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected