Hashable#

class Hashable[source]#

Trait for any hashable type that also defines comparison operators.

__init__(*args, **kwargs)#
static __new__(cls, *args, **kwds)#

Methods