Home
last modified time | relevance | path

Searched defs:askquestion (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Lib/tkinter/
Dmessagebox.py93 def askquestion(title=None, message=None, **options): function
/external/python/cpython2/Lib/lib-tk/
DtkMessageBox.py93 def askquestion(title=None, message=None, **options): function
/external/python/cpython2/Lib/idlelib/idle_test/
Dmock_tk.py80 askquestion = Mbox_func() # 'yes' or 'no' variable in Mbox
/external/python/cpython3/Lib/idlelib/idle_test/
Dmock_tk.py80 askquestion = Mbox_func() # 'yes' or 'no' variable in Mbox