Skip to content

Instantly share code, notes, and snippets.

@Tinche
Created February 4, 2018 17:00
Show Gist options
  • Select an option

  • Save Tinche/66112d13d698fc4a958fb4d1a5b85ac5 to your computer and use it in GitHub Desktop.

Select an option

Save Tinche/66112d13d698fc4a958fb4d1a5b85ac5 to your computer and use it in GitHub Desktop.
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