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/
H A Dtest_editmenu.py26 root.clipboard_clear()
32 cls.root.clipboard_clear()
H A Dtest_squeezer.py418 expandingbutton.clipboard_clear = Mock()
425 # Vheck that the expanding button called clipboard_clear() and
427 self.assertEqual(expandingbutton.clipboard_clear.call_count, 1)
H A Dtest_sidebar.py726 self.addCleanup(text.clipboard_clear)
762 self.addCleanup(text.clipboard_clear)
/third_party/python/Lib/tkinter/test/test_tkinter/
H A Dtest_misc.py183 root.clipboard_clear()
188 root.clipboard_clear()
194 root.clipboard_clear()
199 root.clipboard_clear()
/third_party/python/Lib/idlelib/
H A Dsqueezer.py174 self.clipboard_clear()
H A Dpyshell.py1022 text.clipboard_clear()
/third_party/python/Lib/tkinter/
H A D__init__.py928 def clipboard_clear(self, **kw): member in Misc

Completed in 14 milliseconds