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

Method selection_toggle

Lib/tkinter/ttk.py:1432–1434  ·  view source on GitHub ↗

Toggle the selection state of each specified item.

(self, *items)

Source from the content-addressed store, hash-verified

1430
1431
1432 def selection_toggle(self, *items):
1433 """Toggle the selection state of each specified item."""
1434 self._selection("toggle", items)
1435
1436
1437 def set(self, item, column=None, value=None):

Callers 1

test_selectionMethod · 0.80

Calls 1

_selectionMethod · 0.95

Tested by 1

test_selectionMethod · 0.64