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

Method selection_add

Lib/tkinter/ttk.py:1422–1424  ·  view source on GitHub ↗

Add all of the specified items to the selection.

(self, *items)

Source from the content-addressed store, hash-verified

1420
1421
1422 def selection_add(self, *items):
1423 """Add all of the specified items to the selection."""
1424 self._selection("add", items)
1425
1426
1427 def selection_remove(self, *items):

Callers 1

test_selectionMethod · 0.80

Calls 1

_selectionMethod · 0.95

Tested by 1

test_selectionMethod · 0.64