Searched refs:askfloat (Results 1 - 2 of 2) sorted by relevance
/third_party/python/Lib/tkinter/ |
H A D | simpledialog.py | 6 # This copyright applies to Dialog, askinteger, askfloat and asktring 21 askfloat -- get a float from the user 366 def askfloat(title, prompt, **kw): function 432 print(askfloat("Spam", "Egg weight\n(in tons)", minvalue=1,
|
/third_party/python/Lib/ |
H A D | turtle.py | 847 return simpledialog.askfloat(title, prompt, initialvalue=default,
|
Completed in 6 milliseconds