MCPcopy
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
34class MyScene(Scene):
35 def construct(self):
36 self.add(Square())
37 self.wait(1)
38
39
40def test_background_color(config, using_opengl_renderer, dry_run):

Callers

nothing calls this directly

Calls 3

SquareClass · 0.90
waitMethod · 0.80
addMethod · 0.45

Tested by

no test coverage detected