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

Method selection_from

Lib/tkinter/__init__.py:3378–3380  ·  view source on GitHub ↗

Set the fixed end of a selection to INDEX.

(self, index)

Source from the content-addressed store, hash-verified

3376 select_clear = selection_clear
3377
3378 def selection_from(self, index):
3379 """Set the fixed end of a selection to INDEX."""
3380 self.tk.call(self._w, 'selection', 'from', index)
3381
3382 select_from = selection_from
3383

Callers 2

Calls 1

callMethod · 0.45

Tested by 2