Searched defs:askstring (Results 1 - 3 of 3) sorted by relevance

/external/python/cpython2/Lib/lib-tk/
H A DtkSimpleDialog.py25 askstring -- get a string from the user
302 def askstring(title, prompt, **kw): function
323 print askstring("Spam", "Egg label")
/external/python/cpython3/Lib/tkinter/
H A Dsimpledialog.py23 askstring -- get a string from the user
381 def askstring(title, prompt, **kw): function
416 print(askstring("Spam", "Egg label"))
/external/python/cpython3/Lib/idlelib/
H A Diomenu.py11 from tkinter.simpledialog import askstring namespace
305 enc = askstring(

Completed in 126 milliseconds