module documentation

Undocumented

Function make​_hashable Attempt to make value hashable or raise a TypeError if it fails.
def make_hashable(value):

Attempt to make value hashable or raise a TypeError if it fails.

The returned value should generate the same hash for equal values.