Searched refs:minvalue (Results 1 – 5 of 5) sorted by relevance
/third_party/python/Lib/tkinter/ |
D | simpledialog.py | 274 minvalue = None, maxvalue = None, argument 278 self.minvalue = minvalue 314 if self.minvalue is not None and result < self.minvalue: 318 "Please try again." % self.minvalue, 432 print(askfloat("Spam", "Egg weight\n(in tons)", minvalue=1,
|
/third_party/python/Lib/idlelib/ |
D | format.py | 352 minvalue=2, 385 minvalue=2,
|
/third_party/python/Doc/howto/ |
D | descriptor.rst | 396 def __init__(self, minvalue=None, maxvalue=None): 397 self.minvalue = minvalue 403 if self.minvalue is not None and value < self.minvalue: 405 f'Expected {value!r} to be at least {self.minvalue!r}' 447 quantity = Number(minvalue=0)
|
/third_party/gstreamer/gstplugins_good/sys/oss4/ |
D | oss4-soundcard.h | 1775 int minvalue; member
|
/third_party/python/Lib/ |
D | turtle.py | 848 minvalue=minval, maxvalue=maxval,
|