Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
h
Function · 0.45
d3.min.js
File · 0.45
d3-flamegraph-tooltip.min.js
File · 0.45
d3-flamegraph.min.js
File · 0.45
test_selection
Method · 0.45
test_paste_spin
Method · 0.45
Calls
2
splitlist
Method · 0.80
call
Method · 0.45
Tested by
2
test_selection
Method · 0.36
test_paste_spin
Method · 0.36