Searched refs:FloatStooges (Results 1 – 1 of 1) sorted by relevance
36 class FloatStooges(float, Enum): class41 FloatStooges = exc variable613 h = float.hex(FloatStooges.MOE.value)614 self.assertIs(FloatStooges.fromhex(h), FloatStooges.MOE)615 h = float.hex(FloatStooges.MOE.value + 0.01)617 FloatStooges.fromhex(h)632 if isinstance(FloatStooges, Exception):633 raise FloatStooges634 test_pickle_dump_load(self.assertIs, FloatStooges.CURLY)635 test_pickle_dump_load(self.assertIs, FloatStooges)