ufosc / manim-data-structures

A Manim plugin that contains common data structures to create Manimations.
https://manim-data-structures.readthedocs.io
MIT License
2 stars 26 forks source link

Move deepcopy with exclude attributes to reduce code duplication #4

Closed Nikhil-42 closed 1 year ago

Nikhil-42 commented 1 year ago

Description

Many of the classes have the deepcopy dunder implemented with the exact same implementation. Perhaps explore a class decorator that adds the method.