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