Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_enum.py632 class SillyInt(HexInt): class
635 class MyOtherEnum(SillyInt, enum.Enum):
640 self.assertIs(MyOtherEnum._member_type_, SillyInt)
641 globals()['SillyInt'] = SillyInt