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

Method __init__

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

Source from the content-addressed store, hash-verified

95
96class SegmentTreeBase(AlgoScene):
97 def __init__(self, **kwargs):
98 super().__init__(**kwargs)
99 self.datas = np.arange(6)
100
101class SegmentTreeBuild(SegmentTreeBase):
102 def __init__(self, **kwargs):

Callers 6

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected