Beispiel #1
0
 def __init__(self, optional=False):
     Integer.__init__(self, min=MIN_GROUP, max=MAX_GROUP, optional=optional)
Beispiel #2
0
 def __init__(self):
     Integer.__init__(self, min=0, max=6)
Beispiel #3
0
 def __init__(self, optional=False):
     Integer.__init__(self, min=1)
Beispiel #4
0
 def __init__(self):
     Integer.__init__(self, min=1)