Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acm-clan/algorithm-stone
/ construct
Method
construct
animations/test_scene.py:4–8 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2
3
class
TestScene(AlgoScene):
4
def
construct(self):
5
avatar = AlgoAvatar(self)
6
avatar.center().scale(0.5)
7
self.add(avatar)
8
self.wait(2)
Callers
nothing calls this directly
Calls
3
AlgoAvatar
Class · 0.85
scale
Method · 0.45
add
Method · 0.45
Tested by
no test coverage detected