Home
last modified time | relevance | path

Searched refs:Mbox (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Lib/idlelib/idle_test/
Dtest_config_name.py3 from idlelib.idle_test.mock_tk import Var, Mbox
23 showerror = Mbox.showerror
30 name_dialog_module.tkMessageBox = Mbox
Dtest_helpabout.py8 from idlelib.idle_test.mock_tk import Mbox
29 cls.mbox = Mbox()
Dtest_textview.py9 from idlelib.idle_test.mock_tk import Mbox
66 tv.tkMessageBox = Mbox
Dtest_searchengine.py14 from idlelib.idle_test.mock_tk import Var, Mbox
21 se.tkMessageBox = Mbox
180 self.assertEqual(Mbox.showerror.message,
184 showerror = Mbox.showerror
Dmock_tk.py53 class Mbox(object): class