Hacker News new | ask | show | jobs
by galoisscobi 1565 days ago
Frozen dataclass instances (https://docs.python.org/3/library/dataclasses.html#frozen-in...) might be of help.
1 comments

Wasn't aware of this feature in dataclasses, that can be helpful in a few cases, thanks for pointing out