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

Method print

animations/src/algo_vector.py:15–16  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

13 self.arrange()
14
15 def print(self):
16 print(" ".join(str(i) for i in self.datas))
17
18 def set_sub(self, index, sub_value):
19 node = self.submobjects[index]

Callers

nothing calls this directly

Calls 1

printFunction · 0.85

Tested by

no test coverage detected