Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_enum.py18 class Stooges(Enum): class
23 Stooges = exc variable
786 if isinstance(Stooges, Exception):
787 raise Stooges
788 test_pickle_dump_load(self.assertIs, Stooges.CURLY)
789 test_pickle_dump_load(self.assertIs, Stooges)