Home | History | Annotate | Download | only in Inputs

Lines Matching full:bases

23   def __init__(self, name, bases = (), attributes = {}):
24 super(EnumType, self).__init__(name, bases, attributes)