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

Method getvar

Lib/tkinter/__init__.py:777–779  ·  view source on GitHub ↗

Return value of Tcl variable NAME.

(self, name='PY_VAR')

Source from the content-addressed store, hash-verified

775 self.tk.setvar(name, value)
776
777 def getvar(self, name='PY_VAR'):
778 """Return value of Tcl variable NAME."""
779 return self.tk.getvar(name)
780
781 def getint(self, s):
782 try:

Callers 6

_loadtkMethod · 0.45
testGetVarMethod · 0.45
testGetVarArrayMethod · 0.45

Calls

no outgoing calls

Tested by 5

testGetVarMethod · 0.36
testGetVarArrayMethod · 0.36