MCPcopy 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
3class 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

AlgoAvatarClass · 0.85
scaleMethod · 0.45
addMethod · 0.45

Tested by

no test coverage detected