Hashable#

class Hashable[source]#

Trait for any hashable type that also defines comparison operators.

__init__(*args, **kwargs)#
__new__(*args, **kwargs)#

Methods