Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ManimCommunity/manim
/ construct
Method
construct
tests/test_config.py:52–56 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
50
51
class
MyScene(Scene):
52
def
construct(self):
53
self.add(Square())
54
self.add(Text(
"Prepare for unforeseen consequencesλ"
))
55
self.add(Tex(r
"$\lambda$"
))
56
self.wait(1)
57
58
59
def
test_transparent(config):
Callers
nothing calls this directly
Calls
5
Square
Class · 0.90
Text
Class · 0.90
Tex
Class · 0.90
wait
Method · 0.80
add
Method · 0.45
Tested by
no test coverage detected