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

Method test_configure_resolution

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

Source from the content-addressed store, hash-verified

1221 self.checkPixelsParam(widget, 'length', 130, 131.2, 135.6, '5i')
1222
1223 def test_configure_resolution(self):
1224 widget = self.create()
1225 self.checkFloatParam(widget, 'resolution', 4.2, 0, 6.7, -2)
1226
1227 def test_configure_showvalue(self):
1228 widget = self.create()

Callers

nothing calls this directly

Calls 2

createMethod · 0.95
checkFloatParamMethod · 0.80

Tested by

no test coverage detected