3b1b-manim/manimlib/mobject/svg
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
brace.py Rename np_vector type to Vect3 or Vect4 to make context clearer 2022-12-16 20:35:26 -08:00
drawings.py Rename np_vector type to Vect3 or Vect4 to make context clearer 2022-12-16 20:35:26 -08:00
mtex_mobject.py Make sure mutability of dict arguments won't cause problems 2022-12-18 09:38:28 -08:00
string_mobject.py Make sure mutability of dict arguments won't cause problems 2022-12-18 09:38:28 -08:00
svg_mobject.py Make sure mutability of dict arguments won't cause problems 2022-12-18 09:38:28 -08:00
tex_mobject.py Make sure mutability of dict arguments won't cause problems 2022-12-18 09:38:28 -08:00
text_mobject.py Small fix 2022-12-16 20:59:14 -08:00