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

Method __init__

animations/segmenttree.py:73–75  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

71
72class SegmentTreeWhatIs(AlgoScene):
73 def __init__(self, **kwargs):
74 super().__init__(**kwargs)
75 self.datas = np.array([1, 2, 3, 4, 5, 6])
76
77 def construct(self):
78 self.start_logo(animate=False)

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected