Created
February 4, 2018 17:00
-
-
Save Tinche/66112d13d698fc4a958fb4d1a5b85ac5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import attr | |
| @attr.s | |
| class C: | |
| a = attr.ib() | |
| __hash__ = attr.hash_by_values |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment