[Python-Dev] Dataclasses, frozen and __post_init__

Chris Barker - NOAA Federal chris.barker at noaa.gov
Mon Feb 19 20:06:03 EST 2018


If I have this right, on the discussion about frozen and hash, a use
case was brought up for taking a few steps to create an instance (and
thus wanting it not frozen) and then wanting it hashable.

Which pointed to the idea of a “ freeze this from now on” method.

This seems another use case — maybe it would be helpful to be able to
freeze an instance after creation for multiple use-cases?

-CHB


More information about the Python-Dev mailing list