Lines Matching refs:minimum
784 def opts_cb_int(k, api_inst, opts, opts_new, minimum=None):
801 # check the minimum bounds
802 if minimum is not None and v < minimum:
803 err = _("value must be >= {0:d}").format(minimum)
810 opts_cb_int(k, api_inst, opts, opts_new, minimum=0)
963 "minimum": 0}),
1048 (VERBOSE, 0, [], {"type": "integer", "minimum": 0}),
1059 "minimum": 0, "maximum": 0
1091 "minimum": 0})