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

Method value

Lib/tkinter/ttk.py:1574–1576  ·  view source on GitHub ↗

Return current scale value.

(self)

Source from the content-addressed store, hash-verified

1572
1573 @property
1574 def value(self):
1575 """Return current scale value."""
1576 return self._variable.get()
1577
1578 @value.setter
1579 def value(self, val):

Callers

nothing calls this directly

Calls 2

getMethod · 0.45
setMethod · 0.45

Tested by

no test coverage detected