HomeSort by relevance Sort by last modified time
    Searched refs:clipboard_clear (Results 1 - 6 of 6) sorted by null

  /external/python/cpython2/Lib/idlelib/idle_test/
test_editmenu.py 26 root.clipboard_clear()
32 cls.root.clipboard_clear()
  /external/python/cpython3/Lib/idlelib/idle_test/
test_editmenu.py 26 root.clipboard_clear()
32 cls.root.clipboard_clear()
test_squeezer.py 439 expandingbutton.clipboard_clear = Mock()
446 # Vheck that the expanding button called clipboard_clear() and
448 self.assertEqual(expandingbutton.clipboard_clear.call_count, 1)
  /external/python/cpython3/Lib/idlelib/
squeezer.py 174 self.clipboard_clear()
  /external/python/cpython2/Lib/lib-tk/
Tkinter.py 656 def clipboard_clear(self, **kw): member in class:Misc
    [all...]
  /external/python/cpython3/Lib/tkinter/
__init__.py 809 def clipboard_clear(self, **kw): member in class:Misc
    [all...]

Completed in 119 milliseconds