Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
H A Dtest_enum.py50 class IntStooges(int, Enum): class
55 IntStooges = exc variable
1297 self.assertIs(IntStooges.from_bytes(b'\x00\x03', 'big'), IntStooges.MOE)
1299 IntStooges.from_bytes(b'\x00\x05', 'big')
1331 if isinstance(IntStooges, Exception):
1332 raise IntStooges
1333 test_pickle_dump_load(self.assertIs, IntStooges.CURLY)
1334 test_pickle_dump_load(self.assertIs, IntStooges)

Completed in 10 milliseconds