Home
last modified time | relevance | path

Searched refs:clipboard_append (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython3/Lib/tkinter/test/test_tkinter/
Dtest_misc.py183 root.clipboard_append('Ùñî')
185 root.clipboard_append('çōđě')
194 root.clipboard_append('������')
196 root.clipboard_append('��������')
/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_squeezer.py419 expandingbutton.clipboard_append = Mock()
428 self.assertEqual(expandingbutton.clipboard_append.call_count, 1)
429 expandingbutton.clipboard_append.assert_called_with('TEXT')
Dtest_editmenu.py27 root.clipboard_append('two')
/external/python/cpython2/Lib/idlelib/idle_test/
Dtest_editmenu.py27 root.clipboard_append('two')
/external/python/cpython3/Lib/idlelib/
Dsqueezer.py175 self.clipboard_append(self.s)
Dpyshell.py1032 text.clipboard_append(selected_text_with_prompts)
/external/python/cpython2/Lib/lib-tk/
DTkinter.py663 def clipboard_append(self, string, **kw): member in Misc
/external/python/cpython3/Lib/tkinter/
D__init__.py914 def clipboard_append(self, string, **kw): member in Misc