MCPcopy Index your code
hub / github.com/RustPython/RustPython / set

Method set

Lib/tkinter/__init__.py:637–639  ·  view source on GitHub ↗

Set the variable to VALUE.

(self, value)

Source from the content-addressed store, hash-verified

635 Variable.__init__(self, master, value, name)
636
637 def set(self, value):
638 """Set the variable to VALUE."""
639 return self._tk.globalsetvar(self._name, self._tk.getboolean(value))
640
641 initialize = set
642

Callers

nothing calls this directly

Calls 1

getbooleanMethod · 0.45

Tested by

no test coverage detected