Hacker News new | ask | show | jobs
by jfktrey 586 days ago
Counterpoint: I've used `object.__setattr__` pretty often when setting values in the `__post_init__` of frozen dataclasses
1 comments

I'd argue, that's about the only correct usage of this stuff.