Searched defs:maximum (Results 1 - 1 of 1) sorted by relevance

/pkg/src/modules/
H A Dconfig.py115 def __init__(self, maximum=None, minimum=None, section=None, prop=None,
118 assert not (minimum is not None and maximum is not None)
119 self.maximum = maximum
129 if self.maximum is not None:
130 return _("'{value}' is greater than the maximum "
131 "of '{maximum}' permitted for property "
422 def __init__(self, name, default=0, maximum=None,
425 assert maximum is None or type(maximum)
443 def maximum(self): member in class:PropInt
[all...]

Completed in 11 milliseconds