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

Method test_configure_length

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

Source from the content-addressed store, hash-verified

1217 self.checkParam(widget, 'label', '')
1218
1219 def test_configure_length(self):
1220 widget = self.create()
1221 self.checkPixelsParam(widget, 'length', 130, 131.2, 135.6, '5i')
1222
1223 def test_configure_resolution(self):
1224 widget = self.create()

Callers

nothing calls this directly

Calls 2

createMethod · 0.95
checkPixelsParamMethod · 0.80

Tested by

no test coverage detected