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

Method get_node

animations/src/algo_graph.py:79–80  ·  view source on GitHub ↗
(self, i)

Source from the content-addressed store, hash-verified

77 del self.arrows[(i, j)]
78
79 def get_node(self, i):
80 return self.node_objs[i]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected