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

Method clear_code

CTkCodeBox/ctk_code_box.py:154–156  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

152 self.edited = True
153
154 def clear_code(self):
155 for tag in self.tag_names():
156 self.tag_remove(tag, '0.0', 'end')
157
158 def _select_all(self):
159 self.tag_add("sel", "0.0", "end")

Callers 1

update_codeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected