Jul-12-2018, 01:54 AM
i have a function that calls the hash() function on the object passed to it in the solitary argument. but it does so under try/except to avoid raising an exception. it returns False if the object is unhashable. what is an appropriate name for this function?