Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ select
Method
select
Lib/tkinter/__init__.py:3310–3312 ·
view source on GitHub ↗
Put the button in on-state.
(self)
Source
from the content-addressed store, hash-verified
3308
return
self.tk.call(self._w,
'invoke'
)
3309
3310
def
select(self):
3311
""
"Put the button in on-state."
""
3312
self.tk.call(self._w,
'select'
)
3313
3314
def
toggle(self):
3315
""
"Toggle the button."
""
Callers
1
test_same_name
Method · 0.95
Calls
1
call
Method · 0.45
Tested by
1
test_same_name
Method · 0.76