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

Method test_configure_width

Lib/test/test_tkinter/widget_tests.py:554–556  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

552 self.checkIntegerParam(widget, 'height', 100, -100, 0)
553
554 def test_configure_width(self):
555 widget = self.create()
556 self.checkIntegerParam(widget, 'width', 402, -402, 0)
557
558
559class PixelSizeTests:

Callers

nothing calls this directly

Calls 2

checkIntegerParamMethod · 0.80
createMethod · 0.45

Tested by

no test coverage detected