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

Method selection_remove

Lib/tkinter/ttk.py:1427–1429  ·  view source on GitHub ↗

Remove all of the specified items from the selection.

(self, *items)

Source from the content-addressed store, hash-verified

1425
1426
1427 def selection_remove(self, *items):
1428 """Remove all of the specified items from the selection."""
1429 self._selection("remove", items)
1430
1431
1432 def selection_toggle(self, *items):

Callers 1

test_selectionMethod · 0.80

Calls 1

_selectionMethod · 0.95

Tested by 1

test_selectionMethod · 0.64