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

Method test_configure_bigincrement

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

Source from the content-addressed store, hash-verified

1199 return tkinter.Scale(self.root, **kwargs)
1200
1201 def test_configure_bigincrement(self):
1202 widget = self.create()
1203 self.checkFloatParam(widget, 'bigincrement', 12.4, 23.6, -5)
1204
1205 def test_configure_digits(self):
1206 widget = self.create()

Callers

nothing calls this directly

Calls 2

createMethod · 0.95
checkFloatParamMethod · 0.80

Tested by

no test coverage detected