MCPcopy Create free account
hub / github.com/acm-clan/algorithm-stone / construct

Method construct

animations/tex_scene.py:11–13  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

9
10class TestTexScene(AlgoScene):
11 def construct(self):
12 self.show_diff()
13 self.wait(2)
14
15 def show_diff(self):
16 kw = {

Callers

nothing calls this directly

Calls 1

show_diffMethod · 0.95

Tested by

no test coverage detected