MCPcopy 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

330class DefaultRootTest(AbstractDefaultRootTest, unittest.TestCase):
331
332 def test_labeledscale(self):
333 self._test_widget(ttk.LabeledScale)
334
335
336if __name__ == "__main__":

Callers

nothing calls this directly

Calls 1

_test_widgetMethod · 0.80

Tested by

no test coverage detected