fab icon indicating copy to clipboard operation
fab copied to clipboard

Remove hash functions

Open bblay opened this issue 2 years ago • 0 comments

Shouldn't really have added hash functions to mutable objects just so we could put them into sets. "Just knowing" they won't be changed is not future proof and it's unpythonic. Remove the hash functions and revert to storing them in other ways.

bblay avatar Feb 20 '23 09:02 bblay