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

Method _select_all

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

Source from the content-addressed store, hash-verified

156 self.tag_remove(tag, '0.0', 'end')
157
158 def _select_all(self):
159 self.tag_add("sel", "0.0", "end")
160
161 def insert(self, start, end):
162 super().insert(start, end)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected