Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ invoke
Method
invoke
Lib/tkinter/ttk.py:592–594 ·
view source on GitHub ↗
Invokes the command associated with the button.
(self)
Source
from the content-addressed store, hash-verified
590
591
592
def
invoke(self):
593
""
"Invokes the command associated with the button."
""
594
return
self.tk.call(self._w,
"invoke"
)
595
596
597
class
Checkbutton(Widget):
Callers
15
test_invoke
Method · 0.95
test_view_text_bind_with_button
Method · 0.95
test_view_file_bind_with_button
Method · 0.95
test_menu
Method · 0.45
test_unique_radiobuttons
Method · 0.45
test_trace_variable
Method · 0.45
test_click_ok
Method · 0.45
test_click_blank
Method · 0.45
test_click_cancel
Method · 0.45
test_click_section_name
Method · 0.45
test_click_module_name
Method · 0.45
test_click_module_name
Method · 0.45
Calls
1
call
Method · 0.45
Tested by
15
test_invoke
Method · 0.76
test_view_text_bind_with_button
Method · 0.76
test_view_file_bind_with_button
Method · 0.76
test_menu
Method · 0.36
test_unique_radiobuttons
Method · 0.36
test_trace_variable
Method · 0.36
test_click_ok
Method · 0.36
test_click_blank
Method · 0.36
test_click_cancel
Method · 0.36
test_click_section_name
Method · 0.36
test_click_module_name
Method · 0.36
test_click_module_name
Method · 0.36