Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_enum.py635 class MyOtherEnum(SillyInt, enum.Enum): class
640 self.assertIs(MyOtherEnum._member_type_, SillyInt)
642 globals()['MyOtherEnum'] = MyOtherEnum
643 test_pickle_dump_load(self.assertIs, MyOtherEnum.E)
644 test_pickle_dump_load(self.assertIs, MyOtherEnum)