Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_enum.py20 class Stooges(Enum): class
25 Stooges = exc variable
620 if isinstance(Stooges, Exception):
621 raise Stooges
622 test_pickle_dump_load(self.assertIs, Stooges.CURLY)
623 test_pickle_dump_load(self.assertIs, Stooges)