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

Method test_configure_striped

Lib/test/test_ttk/test_widgets.py:1475–1477  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1473
1474 @requires_tk(8, 7)
1475 def test_configure_striped(self):
1476 widget = self.create()
1477 self.checkBooleanParam(widget, 'striped')
1478
1479 @requires_tk(8, 7)
1480 def test_configure_titlecolumns(self):

Callers

nothing calls this directly

Calls 2

createMethod · 0.95
checkBooleanParamMethod · 0.80

Tested by

no test coverage detected