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

Method __init__

animations/src/algo_objects.py:29–31  ·  view source on GitHub ↗
(self, text, **kwargs)

Source from the content-addressed store, hash-verified

27 }
28
29 def __init__(self, text, **kwargs):
30 super().__init__(text, **kwargs)
31 self.scale(0.6)
32
33class AlgoPropertyPanel(AlgoVGroup):
34 def __init__(self, scene, text_list, **kwargs):

Callers 3

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls 1

scaleMethod · 0.45

Tested by

no test coverage detected