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

Method test_configure_to

Lib/test/test_tkinter/test_widgets.py:1247–1250  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1245 conv=float_round)
1246
1247 def test_configure_to(self):
1248 widget = self.create()
1249 self.checkFloatParam(widget, 'to', 300, 14.9, 15.1, -10,
1250 conv=float_round)
1251
1252
1253@add_configure_tests(PixelSizeTests, StandardOptionsTests)

Callers

nothing calls this directly

Calls 2

createMethod · 0.95
checkFloatParamMethod · 0.80

Tested by

no test coverage detected