Searched defs:minimum (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)
120 self.minimum = minimum
124 if self.minimum is not None:
125 return _("'{value}' is less than the minimum "
126 "of '{minimum}' permitted for property "
423 minimum=0, value_map=misc.EmptyDict):
424 assert minimum is None or type(minimum)
438 def minimum(self): member in class:PropInt
[all...]

Completed in 21 milliseconds