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

Method paste_text

CTkCodeBox/text_menu.py:57–60  ·  view source on GitHub ↗

paste text operation

(self)

Source from the content-addressed store, hash-verified

55 except: pass
56
57 def paste_text(self):
58 """ paste text operation """
59 try: self.widget.insert(self.widget.index('insert'), self.clipboard_get())
60 except: pass
61
62 def clear_all_text(self):
63 """ clears sll the text """

Callers

nothing calls this directly

Calls 1

insertMethod · 0.80

Tested by

no test coverage detected