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

Method selection_adjust

Lib/tkinter/__init__.py:3366–3368  ·  view source on GitHub ↗

Adjust the end of the selection near the cursor to INDEX.

(self, index)

Source from the content-addressed store, hash-verified

3364 self.tk.call(self._w, 'scan', 'dragto', x)
3365
3366 def selection_adjust(self, index):
3367 """Adjust the end of the selection near the cursor to INDEX."""
3368 self.tk.call(self._w, 'selection', 'adjust', index)
3369
3370 select_adjust = selection_adjust
3371

Callers 2

Calls 1

callMethod · 0.45

Tested by 2