mirror of
https://github.com/3b1b/manim.git
synced 2025-08-02 19:46:21 +08:00

One could argue that a pattern of "arg: dict | None = None" followed by "self.param = arg or dict()" is better, but that would make for an inconsistent pattern in cases where the default argument is not None.