Home
last modified time | relevance | path

Searched refs:minvalue (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Lib/tkinter/
Dsimpledialog.py274 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/
Dformat.py352 minvalue=2,
385 minvalue=2,
/third_party/python/Doc/howto/
Ddescriptor.rst396 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/
Doss4-soundcard.h1775 int minvalue; member
/third_party/python/Lib/
Dturtle.py848 minvalue=minval, maxvalue=maxval,