MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / value

Method value

tools/python-3.11.9-amd64/Lib/tkinter/ttk.py:1564–1566  ·  view source on GitHub ↗

Return current scale value.

(self)

Source from the content-addressed store, hash-verified

1562
1563 @property
1564 def value(self):
1565 """Return current scale value."""
1566 return self._variable.get()
1567
1568 @value.setter
1569 def value(self, val):

Callers

nothing calls this directly

Calls 2

getMethod · 0.45
setMethod · 0.45

Tested by

no test coverage detected