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

Method test_configure_selectmode

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

Source from the content-addressed store, hash-verified

1453 conv=False)
1454
1455 def test_configure_selectmode(self):
1456 widget = self.create()
1457 self.checkEnumParam(widget, 'selectmode',
1458 'none', 'browse', 'extended')
1459
1460 @requires_tk(8, 7)
1461 def test_configure_selecttype(self):

Callers

nothing calls this directly

Calls 2

createMethod · 0.95
checkEnumParamMethod · 0.80

Tested by

no test coverage detected