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

Method test_configure_digits

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

Source from the content-addressed store, hash-verified

1203 self.checkFloatParam(widget, 'bigincrement', 12.4, 23.6, -5)
1204
1205 def test_configure_digits(self):
1206 widget = self.create()
1207 self.checkIntegerParam(widget, 'digits', 5, 0)
1208
1209 def test_configure_from(self):
1210 widget = self.create()

Callers

nothing calls this directly

Calls 2

createMethod · 0.95
checkIntegerParamMethod · 0.80

Tested by

no test coverage detected