Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
# 通用树结构
31
class
AlgoTree(AlgoVGroup):
Callers
2
__init__
Method · 0.80
add_word
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected