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

Method selection

Lib/tkinter/ttk.py:1405–1407  ·  view source on GitHub ↗

Returns the tuple of selected items.

(self)

Source from the content-addressed store, hash-verified

1403
1404
1405 def selection(self):
1406 """Returns the tuple of selected items."""
1407 return self.tk.splitlist(self.tk.call(self._w, "selection"))
1408
1409
1410 def _selection(self, selop, items):

Callers 6

hFunction · 0.45
d3.min.jsFile · 0.45
test_selectionMethod · 0.45
test_paste_spinMethod · 0.45

Calls 2

splitlistMethod · 0.80
callMethod · 0.45

Tested by 2

test_selectionMethod · 0.36
test_paste_spinMethod · 0.36