hashable Python object
class Abc(object): def __eq__(self, other): return ... def __hash__(self): return hash(...)