MCPcopy 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
597class Checkbutton(Widget):

Callers 15

test_invokeMethod · 0.95
test_menuMethod · 0.45
test_trace_variableMethod · 0.45
test_click_okMethod · 0.45
test_click_blankMethod · 0.45
test_click_cancelMethod · 0.45

Calls 1

callMethod · 0.45

Tested by 15

test_invokeMethod · 0.76
test_menuMethod · 0.36
test_trace_variableMethod · 0.36
test_click_okMethod · 0.36
test_click_blankMethod · 0.36
test_click_cancelMethod · 0.36