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

Method get

Lib/tkinter/__init__.py:431–433  ·  view source on GitHub ↗

Return value of variable.

(self)

Source from the content-addressed store, hash-verified

429 initialize = set
430
431 def get(self):
432 """Return value of variable."""
433 return self._tk.globalgetvar(self._name)
434
435 def _register(self, callback):
436 f = CallWrapper(callback, None, self._root).__call__

Callers

nothing calls this directly

Calls 1

globalgetvarMethod · 0.80

Tested by

no test coverage detected