module documentation

Undocumented

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

Attempt to make value hashable or raise a TypeError if it fails. The returned value should generate the same hash for equal values.