3b1b-manim/manimlib/scene
Grant Sanderson c96cdf43a1 Make sure mutability of dict arguments won't cause problems
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.
2022-12-18 09:38:28 -08:00
..
__init__.py delete old entry point file and add __init__ for folders 2021-02-07 17:48:51 +08:00
interactive_scene.py Bind 'u' to unselection 2022-11-18 09:12:12 -08:00
sample_space_scene.py Sort imports 2022-04-12 19:19:59 +08:00
scene.py Make sure mutability of dict arguments won't cause problems 2022-12-18 09:38:28 -08:00
scene_file_writer.py Remove stray digest_config references 2022-12-16 11:00:59 -08:00