Elegant ways to support equivalence (“equality”) in Python classes
#!/usr/bin/env python class CommonEqualityMixin(object): def __eq__(self, other):