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

Method test_configure_to

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

Source from the content-addressed store, hash-verified

843 test_configure_state = requires_tk(8, 6, 9)(StandardTtkOptionsTests.test_configure_state)
844
845 def test_configure_to(self):
846 widget = self.create()
847 self.checkFloatParam(widget, 'to', 300, 14.9, 15.1, -10, conv=False)
848
849 def test_configure_value(self):
850 widget = self.create()

Callers

nothing calls this directly

Calls 2

createMethod · 0.95
checkFloatParamMethod · 0.80

Tested by

no test coverage detected