Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 300 Bytes

1880-rhuille.md

File metadata and controls

1 lines (1 loc) · 300 Bytes

Add a new frozen boolean parameters. Setting frozen=True does everything that allow_mutation=False does, and also generate a hash function for the model i.e. __hash__ is not None. This makes instances of the model potentially hashable if all the attributes are hashable. (default: False)