Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ test_labeledscale
Method
test_labeledscale
Lib/test/test_ttk/test_extensions.py:332–333 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
330
class
DefaultRootTest(AbstractDefaultRootTest, unittest.TestCase):
331
332
def
test_labeledscale(self):
333
self._test_widget(ttk.LabeledScale)
334
335
336
if
__name__ ==
"__main__"
:
Callers
nothing calls this directly
Calls
1
_test_widget
Method · 0.80
Tested by
no test coverage detected