Hashing

class Hashable[source]

Bases: object

Mixin to allow hashing

__hash__()[source]
__eq__(other)[source]