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

Class AlgoText

animations/src/algo_objects.py:24–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22 super().__init__("\\ding{55}")
23
24class AlgoText(Text):
25 CONFIG = {
26 "color": WHITE,
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 7

create_areaMethod · 0.85
constructMethod · 0.85
kmp_matcherMethod · 0.85
show_colorsMethod · 0.85
compare_nodesMethod · 0.85
__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected