Home
last modified time | relevance | path

Searched refs:FloatStooges (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Lib/test/
Dtest_enum.py34 class FloatStooges(float, Enum): class
39 FloatStooges = exc variable
779 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 FloatStooges
800 test_pickle_dump_load(self.assertIs, FloatStooges.CURLY)
801 test_pickle_dump_load(self.assertIs, FloatStooges)