Home
last modified time | relevance | path

Searched refs:clipboard_clear (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Lib/idlelib/idle_test/
Dtest_editmenu.py26 root.clipboard_clear()
32 cls.root.clipboard_clear()
Dtest_squeezer.py418 expandingbutton.clipboard_clear = Mock()
427 self.assertEqual(expandingbutton.clipboard_clear.call_count, 1)
Dtest_sidebar.py726 self.addCleanup(text.clipboard_clear)
761 self.addCleanup(text.clipboard_clear)
/third_party/python/Lib/tkinter/test/test_tkinter/
Dtest_misc.py182 root.clipboard_clear()
187 root.clipboard_clear()
193 root.clipboard_clear()
198 root.clipboard_clear()
/third_party/python/Lib/idlelib/
Dsqueezer.py174 self.clipboard_clear()
Dpyshell.py1031 text.clipboard_clear()
/third_party/python/Lib/tkinter/
D__init__.py906 def clipboard_clear(self, **kw): member in Misc