Home | History | Annotate | Download | only in Inputs

Lines Matching defs:EnumType

22 class EnumType(type):
24 super(EnumType, self).__init__(name, bases, attributes)
85 Enum = EnumType('Enum', (), {})