Searched refs:EnumMeta (Results 1 - 2 of 2) sorted by relevance
/third_party/python/Lib/ |
H A D | enum.py | 9 'EnumType', 'EnumMeta', 1048 EnumMeta = EnumType variable
|
/third_party/python/Lib/test/ |
H A D | test_enum.py | 14 from enum import Enum, EnumMeta, IntEnum, StrEnum, EnumType, Flag, IntFlag, unique, auto namespace 636 class _EnumSuperClass(metaclass=EnumMeta):
|
Completed in 17 milliseconds