Home
last modified time | relevance | path

Searched refs:askstring (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Lib/tkinter/
Dsimpledialog.py400 def askstring(title, prompt, **kw): function
434 print(askstring("Spam", "Egg label"))
/third_party/python/Lib/idlelib/
Diomenu.py10 from tkinter.simpledialog import askstring
137 enc = askstring(
/third_party/python/Doc/library/
Ddialog.rst21 askstring(title, prompt, **kw)
/third_party/python/Lib/
Dturtle.py827 return simpledialog.askstring(title, prompt, parent=self.cv)