Skip to main content

One doc tagged with "dataclasses"

View all tags

Data Classes: Simplifying Class Creation

We've spent a lot of time learning how to write classes, including the init method to store attributes and special methods like repr and eq to make our classes behave well.