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

Method clear_all_text

CTkCodeBox/text_menu.py:62–66  ·  view source on GitHub ↗

clears sll the text

(self)

Source from the content-addressed store, hash-verified

60 except: pass
61
62 def clear_all_text(self):
63 """ clears sll the text """
64 try:
65 self.widget.delete(0.0,"end")
66 except: pass
67
68 def select_all_text(self):
69 """ clears sll the text """

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected