Python data classes
Python data classes
Posted Dec 1, 2017 9:48 UTC (Fri) by hynek (subscriber, #55397)Parent article: Python data classes
> That all seems a little clunky, but it is likely to be a fairly fringe feature that will not see much use.
In case you’re interested about the whole dance around hashing and frozen, it so happened that I’ve written down the involved complexities a few weeks ago, illustrated with practical examples: https://hynek.me/articles/hashes-and-equality/