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

Method selection_to

Lib/tkinter/__init__.py:3398–3400  ·  view source on GitHub ↗

Set the variable end of a selection to INDEX.

(self, index)

Source from the content-addressed store, hash-verified

3396 select_range = selection_range
3397
3398 def selection_to(self, index):
3399 """Set the variable end of a selection to INDEX."""
3400 self.tk.call(self._w, 'selection', 'to', index)
3401
3402 select_to = selection_to
3403

Callers 2

Calls 1

callMethod · 0.45

Tested by 2