Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ManimCommunity/manim
/ test_create
Function
test_create
tests/test_graphical_units/test_creation.py:10–12 ·
view source on GitHub ↗
(scene)
Source
from the content-addressed store, hash-verified
8
9
@frames_comparison(last_frame=False)
10
def
test_create(scene):
11
square = Square()
12
scene.play(Create(square))
13
14
15
@frames_comparison(last_frame=False)
Callers
nothing calls this directly
Calls
3
Square
Class · 0.85
Create
Class · 0.85
play
Method · 0.45
Tested by
no test coverage detected