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

Method test_configure_width

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

Source from the content-addressed store, hash-verified

752 self.checkBooleanParam(widget, 'undo')
753
754 def test_configure_width(self):
755 widget = self.create()
756 self.checkIntegerParam(widget, 'width', 402)
757 self.checkParam(widget, 'width', -402, expected=1)
758 self.checkParam(widget, 'width', 0, expected=1)
759
760 def test_configure_wrap(self):
761 widget = self.create()

Callers

nothing calls this directly

Calls 3

createMethod · 0.95
checkIntegerParamMethod · 0.80
checkParamMethod · 0.80

Tested by

no test coverage detected