MCPcopy Index your code
hub / github.com/Akascape/CTkCodeBox / copy_text

Method copy_text

CTkCodeBox/text_menu.py:50–55  ·  view source on GitHub ↗

copy text operation

(self)

Source from the content-addressed store, hash-verified

48 except: pass
49
50 def copy_text(self):
51 """ copy text operation """
52 try:
53 self.clipboard_clear()
54 self.clipboard_append(self.widget.get(tkinter.SEL_FIRST, tkinter.SEL_LAST))
55 except: pass
56
57 def paste_text(self):
58 """ paste text operation """

Callers 1

cut_textMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected