MCPcopy Create free account
hub / github.com/Akascape/CTkCodeBox / select_all_text

Method select_all_text

CTkCodeBox/text_menu.py:68–72  ·  view source on GitHub ↗

clears sll the text

(self)

Source from the content-addressed store, hash-verified

66 except: pass
67
68 def select_all_text(self):
69 """ clears sll the text """
70 try:
71 self.widget.tag_add("sel", "0.0", "end")
72 except: pass
73
74 def clear_text(self):
75 """ clears sll the text """

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected