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

Method scaling

Lib/test/test_tkinter/widget_tests.py:23–28  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

21
22 @property
23 def scaling(self):
24 try:
25 return self._scaling
26 except AttributeError:
27 self._scaling = float(self.root.call('tk', 'scaling'))
28 return self._scaling
29
30 def _str(self, value):
31 if not self._stringify and self.wantobjects and tk_version >= (8, 6):

Callers

nothing calls this directly

Calls 1

callMethod · 0.45

Tested by

no test coverage detected