Searched defs:Stooges (Results 1 - 1 of 1) sorted by relevance

/external/python/cpython3/Lib/test/
H A Dtest_enum.py18 class Stooges(Enum): class in inherits:Enum
23 Stooges = exc variable
594 if isinstance(Stooges, Exception):
595 raise Stooges
596 test_pickle_dump_load(self.assertIs, Stooges.CURLY)
597 test_pickle_dump_load(self.assertIs, Stooges)

Completed in 293 milliseconds