Home
last modified time | relevance | path

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

/third_party/python/Lib/tkinter/
Dmessagebox.py112 def askyesno(title=None, message=None, **options): function
/third_party/python/Lib/idlelib/idle_test/
Dmock_tk.py87 askyesno = Mbox_func() # True or False variable in Mbox
Dtest_format.py580 def test_toggle_tabs(self, askyesno): argument
/third_party/python/Lib/idlelib/
Dconfigdialog.py1066 def askyesno(self, *args, **kwargs): member in HighPage
1512 def askyesno(self, *args, **kwargs): member in KeysPage