MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / send

Method send

tools/python-3.11.9-amd64/Lib/tkinter/__init__.py:1067–1069  ·  view source on GitHub ↗

Send Tcl command CMD to different interpreter INTERP to be executed.

(self, interp, cmd, *args)

Source from the content-addressed store, hash-verified

1065 return self._nametowidget(name)
1066
1067 def send(self, interp, cmd, *args):
1068 """Send Tcl command CMD to different interpreter INTERP to be executed."""
1069 return self.tk.call(('send', interp, cmd) + args)
1070
1071 def lower(self, belowThis=None):
1072 """Lower this widget in the stacking order."""

Callers 1

putmessageMethod · 0.45

Calls 1

callMethod · 0.80

Tested by

no test coverage detected