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

Method test_configure_value

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

Source from the content-addressed store, hash-verified

847 self.checkFloatParam(widget, 'to', 300, 14.9, 15.1, -10, conv=False)
848
849 def test_configure_value(self):
850 widget = self.create()
851 self.checkFloatParam(widget, 'value', 300, 14.9, 15.1, -10, conv=False)
852
853 def test_custom_event(self):
854 failure = [1, 1, 1] # will need to be empty

Callers

nothing calls this directly

Calls 2

createMethod · 0.95
checkFloatParamMethod · 0.80

Tested by

no test coverage detected