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

Method test_configure_wrap

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

Source from the content-addressed store, hash-verified

581 self.checkParam(widget, 'values', '')
582
583 def test_configure_wrap(self):
584 widget = self.create()
585 self.checkBooleanParam(widget, 'wrap')
586
587 def test_bbox(self):
588 widget = self.create()

Callers

nothing calls this directly

Calls 2

createMethod · 0.95
checkBooleanParamMethod · 0.80

Tested by

no test coverage detected