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

Method getvar

Lib/tkinter/__init__.py:759–761  ·  view source on GitHub ↗

Return value of Tcl variable NAME.

(self, name='PY_VAR')

Source from the content-addressed store, hash-verified

757 self.tk.setvar(name, value)
758
759 def getvar(self, name='PY_VAR'):
760 """Return value of Tcl variable NAME."""
761 return self.tk.getvar(name)
762
763 def getint(self, s):
764 try:

Callers 1

_loadtkMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected