MCPcopy
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
51class 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
59def test_transparent(config):

Callers

nothing calls this directly

Calls 5

SquareClass · 0.90
TextClass · 0.90
TexClass · 0.90
waitMethod · 0.80
addMethod · 0.45

Tested by

no test coverage detected