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

Method selection_range

Lib/tkinter/__init__.py:3392–3394  ·  view source on GitHub ↗

Set the selection from START to END (not included).

(self, start, end)

Source from the content-addressed store, hash-verified

3390 select_present = selection_present
3391
3392 def selection_range(self, start, end):
3393 """Set the selection from START to END (not included)."""
3394 self.tk.call(self._w, 'selection', 'range', start, end)
3395
3396 select_range = selection_range
3397

Callers 5

test_embedded_nullMethod · 0.95
editMethod · 0.45
openMethod · 0.45

Calls 1

callMethod · 0.45

Tested by 3

test_embedded_nullMethod · 0.76