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

Method test_configure_showvalue

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

Source from the content-addressed store, hash-verified

1225 self.checkFloatParam(widget, 'resolution', 4.2, 0, 6.7, -2)
1226
1227 def test_configure_showvalue(self):
1228 widget = self.create()
1229 self.checkBooleanParam(widget, 'showvalue')
1230
1231 def test_configure_sliderlength(self):
1232 widget = self.create()

Callers

nothing calls this directly

Calls 2

createMethod · 0.95
checkBooleanParamMethod · 0.80

Tested by

no test coverage detected