Home
last modified time | relevance | path

Searched refs:EnumMeta (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/
H A Denum.py9 'EnumType', 'EnumMeta',
1048 EnumMeta = EnumType variable
/third_party/python/Lib/test/
H A Dtest_enum.py14 from enum import Enum, EnumMeta, IntEnum, StrEnum, EnumType, Flag, IntFlag, unique, auto namespace
636 class _EnumSuperClass(metaclass=EnumMeta):

Completed in 17 milliseconds