(self)
| 48 | super().__init__(**kwargs) |
| 49 | |
| 50 | def construct(self): |
| 51 | # self.start_logo(subtitle="红黑树") |
| 52 | self.wait(100) |
| 53 | |
| 54 | class RedBlackTreeWhatIs(RBScene): |
| 55 | def __init__(self, **kwargs): |
nothing calls this directly
no outgoing calls
no test coverage detected