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

Method selection_anchor

Lib/tkinter/__init__.py:3516–3518  ·  view source on GitHub ↗

Set the fixed end oft the selection to INDEX.

(self, index)

Source from the content-addressed store, hash-verified

3514 self.tk.call(self._w, 'see', index)
3515
3516 def selection_anchor(self, index):
3517 """Set the fixed end oft the selection to INDEX."""
3518 self.tk.call(self._w, 'selection', 'anchor', index)
3519
3520 select_anchor = selection_anchor
3521

Callers 5

test_keybindingMethod · 0.80
test_get_new_keysMethod · 0.80
test_load_keys_listMethod · 0.80

Calls 1

callMethod · 0.45

Tested by 5

test_keybindingMethod · 0.64
test_get_new_keysMethod · 0.64
test_load_keys_listMethod · 0.64