What Are Python Dataclasses Decorators?
This module simplifies the creation of user-defined classes by automatically generating common special methods like
__init__
and __repr__
. It achieves this through a convenient decorator and a set of dedicated functions.
6 minutes to read