3b1b-manim/manimlib/animation
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
animation.py Finish last(?) digest_config vestige 2022-12-16 15:21:31 -08:00
composition.py Don't pass kwargs to Animation from LaggedStart 2022-12-15 11:33:41 -08:00
creation.py Move custom type to manimlib.typing 2022-12-16 20:19:18 -08:00
fading.py Ensure shift continues to be second arg of FadeOut 2022-12-14 16:27:25 -08:00
growing.py Move custom type to manimlib.typing 2022-12-16 20:19:18 -08:00
indication.py Move custom type to manimlib.typing 2022-12-16 20:19:18 -08:00
movement.py Kill CONFIG in movement.py 2022-12-14 14:58:25 -08:00
numbers.py Kill CONFIG in numbers.py 2022-12-14 15:02:25 -08:00
rotation.py Kill CONFIG in rotation.py 2022-12-14 15:08:20 -08:00
specialized.py Move custom type to manimlib.typing 2022-12-16 20:19:18 -08:00
transform.py Move custom type to manimlib.typing 2022-12-16 20:19:18 -08:00
transform_matching_parts.py Make sure mutability of dict arguments won't cause problems 2022-12-18 09:38:28 -08:00
update.py Kill config in update.py 2022-12-14 16:02:15 -08:00