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

Method construct

animations/rb.py:50–52  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

48 super().__init__(**kwargs)
49
50 def construct(self):
51 # self.start_logo(subtitle="红黑树")
52 self.wait(100)
53
54class RedBlackTreeWhatIs(RBScene):
55 def __init__(self, **kwargs):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected