Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ManimCommunity/manim
/ construct
Method
construct
tests/opengl/test_config_opengl.py:35–37 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
33
34
class
MyScene(Scene):
35
def
construct(self):
36
self.add(Square())
37
self.wait(1)
38
39
40
def
test_background_color(config, using_opengl_renderer, dry_run):
Callers
nothing calls this directly
Calls
3
Square
Class · 0.90
wait
Method · 0.80
add
Method · 0.45
Tested by
no test coverage detected