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

Method invoke

Lib/tkinter/ttk.py:1035–1041  ·  view source on GitHub ↗

Sets the option variable to the option value, selects the widget, and invokes the associated command. Returns the result of the command, or an empty string if no command is specified.

(self)

Source from the content-addressed store, hash-verified

1033
1034
1035 def invoke(self):
1036 """Sets the option variable to the option value, selects the
1037 widget, and invokes the associated command.
1038
1039 Returns the result of the command, or an empty string if
1040 no command is specified."""
1041 return self.tk.call(self._w, "invoke")
1042
1043
1044class Scale(Widget, tkinter.Scale):

Callers 1

test_configure_invokeMethod · 0.95

Calls 1

callMethod · 0.45

Tested by 1

test_configure_invokeMethod · 0.76