Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
H A Dtest_enum.py58 class FloatStooges(float, Enum): class
63 FloatStooges = exc variable
1192 h = float.hex(FloatStooges.MOE.value)
1193 self.assertIs(FloatStooges.fromhex(h), FloatStooges.MOE)
1194 h = float.hex(FloatStooges.MOE.value + 0.01)
1196 FloatStooges.fromhex(h)
1337 if isinstance(FloatStooges, Exception):
1338 raise FloatStooges
1339 test_pickle_dump_load(self.assertIs, FloatStooges
[all...]

Completed in 7 milliseconds