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

Method _selection

Lib/tkinter/ttk.py:1410–1414  ·  view source on GitHub ↗
(self, selop, items)

Source from the content-addressed store, hash-verified

1408
1409
1410 def _selection(self, selop, items):
1411 if len(items) == 1 and isinstance(items[0], (tuple, list)):
1412 items = items[0]
1413
1414 self.tk.call(self._w, "selection", selop, items)
1415
1416
1417 def selection_set(self, *items):

Callers 4

selection_setMethod · 0.95
selection_addMethod · 0.95
selection_removeMethod · 0.95
selection_toggleMethod · 0.95

Calls 1

callMethod · 0.45

Tested by

no test coverage detected