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

Method clear_text

CTkCodeBox/text_menu.py:74–77  ·  view source on GitHub ↗

clears sll the text

(self)

Source from the content-addressed store, hash-verified

72 except: pass
73
74 def clear_text(self):
75 """ clears sll the text """
76 try: self.widget.delete(tkinter.SEL_FIRST, tkinter.SEL_LAST)
77 except: pass
78
79 def undo_text(self):
80 try:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected