Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ManimCommunity/manim
/ assert_names
Function
assert_names
tests/module/scene/test_scene.py:76–79 ·
view source on GitHub ↗
(mobjs, names)
Source
from the content-addressed store, hash-verified
74
75
def
test_replace(dry_run):
76
def
assert_names(mobjs, names):
77
assert len(mobjs) == len(names)
78
for
i in range(0, len(mobjs)):
79
assert mobjs[i].name == names[i]
80
81
scene = Scene()
82
Callers
1
test_replace
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected