MCPcopy Index your code
hub / github.com/python/cpython / select_clear

Method select_clear

Lib/tkinter/__init__.py:3247–3249  ·  view source on GitHub ↗

Clear the selection if it is in this widget.

(self)

Source from the content-addressed store, hash-verified

3245 self.tk.call(self._w, 'select', 'adjust', tagOrId, index)
3246
3247 def select_clear(self):
3248 """Clear the selection if it is in this widget."""
3249 self.tk.call(self._w, 'select', 'clear')
3250
3251 def select_from(self, tagOrId, index):
3252 """Set the fixed end of a selection in item TAGORID to INDEX."""

Callers 2

keypress_eventMethod · 0.80
clear_key_seqMethod · 0.80

Calls 1

callMethod · 0.45

Tested by

no test coverage detected