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

Method test_configure_sliderrelief

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

Source from the content-addressed store, hash-verified

1234 10, 11.2, 15.6, -3, '3m')
1235
1236 def test_configure_sliderrelief(self):
1237 widget = self.create()
1238 self.checkReliefParam(widget, 'sliderrelief')
1239
1240 def test_configure_tickinterval(self):
1241 widget = self.create()

Callers

nothing calls this directly

Calls 2

createMethod · 0.95
checkReliefParamMethod · 0.80

Tested by

no test coverage detected