MCPcopy
hub / github.com/ManimCommunity/manim / test_Arrange

Function test_Arrange

tests/test_graphical_units/test_geometry.py:156–160  ·  view source on GitHub ↗
(scene)

Source from the content-addressed store, hash-verified

154
155@frames_comparison
156def test_Arrange(scene):
157 s1 = Square()
158 s2 = Square()
159 x = VGroup(s1, s2).set_x(0).arrange(buff=1.4)
160 scene.add(x)
161
162
163@frames_comparison(last_frame=False)

Callers

nothing calls this directly

Calls 5

SquareClass · 0.85
VGroupClass · 0.85
arrangeMethod · 0.45
set_xMethod · 0.45
addMethod · 0.45

Tested by

no test coverage detected