Searched refs:FloatStooges (Results 1 – 1 of 1) sorted by relevance
34 class FloatStooges(float, Enum): class39 FloatStooges = exc variable779 h = float.hex(FloatStooges.MOE.value)780 self.assertIs(FloatStooges.fromhex(h), FloatStooges.MOE)781 h = float.hex(FloatStooges.MOE.value + 0.01)783 FloatStooges.fromhex(h)798 if isinstance(FloatStooges, Exception):799 raise FloatStooges800 test_pickle_dump_load(self.assertIs, FloatStooges.CURLY)801 test_pickle_dump_load(self.assertIs, FloatStooges)