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

Method test_configure_from

Lib/test/test_ttk/test_widgets.py:835–837  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

833 return ttk.Scale(self.root, **kwargs)
834
835 def test_configure_from(self):
836 widget = self.create()
837 self.checkFloatParam(widget, 'from', 100, 14.9, 15.1, conv=False)
838
839 def test_configure_length(self):
840 widget = self.create()

Callers

nothing calls this directly

Calls 2

createMethod · 0.95
checkFloatParamMethod · 0.80

Tested by

no test coverage detected