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

/external/python/cpython2/Lib/lib-tk/
H A DtkSimpleDialog.py23 askfloat -- get a float from the user
270 def askfloat(title, prompt, **kw): function
322 print askfloat("Spam", "Egg weight\n(in tons)", minvalue=1, maxvalue=100)
/external/python/cpython3/Lib/tkinter/
H A Dsimpledialog.py6 # This copyright applies to Dialog, askinteger, askfloat and asktring
21 askfloat -- get a float from the user
349 def askfloat(title, prompt, **kw): function
414 print(askfloat("Spam", "Egg weight\n(in tons)", minvalue=1,

Completed in 225 milliseconds