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

Method get

Lib/tkinter/__init__.py:616–618  ·  view source on GitHub ↗

Return the value of the variable as a float.

(self)

Source from the content-addressed store, hash-verified

614 Variable.__init__(self, master, value, name)
615
616 def get(self):
617 """Return the value of the variable as a float."""
618 return self._tk.getdouble(self._tk.globalgetvar(self._name))
619
620
621class BooleanVar(Variable):

Callers

nothing calls this directly

Calls 2

getdoubleMethod · 0.80
globalgetvarMethod · 0.80

Tested by

no test coverage detected