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

Method selection_set

Lib/tkinter/ttk.py:1417–1419  ·  view source on GitHub ↗

The specified items becomes the new selection.

(self, *items)

Source from the content-addressed store, hash-verified

1415
1416
1417 def selection_set(self, *items):
1418 """The specified items becomes the new selection."""
1419 self._selection("set", items)
1420
1421
1422 def selection_add(self, *items):

Callers 10

test_curselectionMethod · 0.45
test_selectionMethod · 0.45
selectMethod · 0.45
test_keybindingMethod · 0.45
test_get_new_keysMethod · 0.45
test_load_keys_listMethod · 0.45

Calls 1

_selectionMethod · 0.95

Tested by 8

test_curselectionMethod · 0.36
test_selectionMethod · 0.36
test_keybindingMethod · 0.36
test_get_new_keysMethod · 0.36
test_load_keys_listMethod · 0.36