Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_enum.py1765 class AnotherEnum(Enum): class
1806 class CoolerColor(StrMixin, AnotherEnum, Enum):
1816 class CoolestColor(StrMixin, SomeEnum, AnotherEnum):
1826 class ConfusedColor(StrMixin, AnotherEnum, SomeEnum):
1836 class ReformedColor(StrMixin, IntEnum, SomeEnum, AnotherEnum):