Searched refs:askstring (Results 1 – 4 of 4) sorted by relevance
400 def askstring(title, prompt, **kw): function434 print(askstring("Spam", "Egg label"))
10 from tkinter.simpledialog import askstring137 enc = askstring(
21 askstring(title, prompt, **kw)
827 return simpledialog.askstring(title, prompt, parent=self.cv)