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

Method setText

animations/src/algo_tree.py:27–28  ·  view source on GitHub ↗
(self, t)

Source from the content-addressed store, hash-verified

25 self.color = WHITE
26
27 def setText(self, t):
28 self.text = t
29
30# 通用树结构
31class AlgoTree(AlgoVGroup):

Callers 2

__init__Method · 0.80
add_wordMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected