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

Method test_configure_wrap

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

Source from the content-addressed store, hash-verified

758 self.checkParam(widget, 'width', 0, expected=1)
759
760 def test_configure_wrap(self):
761 widget = self.create()
762 self.checkEnumParam(widget, 'wrap', 'char', 'none', 'word')
763
764 def test_bbox(self):
765 widget = self.create()

Callers

nothing calls this directly

Calls 2

createMethod · 0.95
checkEnumParamMethod · 0.80

Tested by

no test coverage detected