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

Method get

Lib/tkinter/__init__.py:437–439  ·  view source on GitHub ↗

Return value of variable.

(self)

Source from the content-addressed store, hash-verified

435 initialize = set
436
437 def get(self):
438 """Return value of variable."""
439 return self._tk.globalgetvar(self._name)
440
441 def _register(self, callback):
442 f = CallWrapper(callback, None, self._root).__call__

Callers 7

test_defaultMethod · 0.95
test_name_and_valueMethod · 0.95
test_trace_oldMethod · 0.95
test_traceMethod · 0.95
test_variableMethod · 0.95
test_searchMethod · 0.95
test_search_allMethod · 0.95

Calls

no outgoing calls

Tested by 7

test_defaultMethod · 0.76
test_name_and_valueMethod · 0.76
test_trace_oldMethod · 0.76
test_traceMethod · 0.76
test_variableMethod · 0.76
test_searchMethod · 0.76
test_search_allMethod · 0.76