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

Method test_configure_selectmode

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

Source from the content-addressed store, hash-verified

1072 self.checkVariableParam(widget, 'listvariable', var)
1073
1074 def test_configure_selectmode(self):
1075 widget = self.create()
1076 self.checkParam(widget, 'selectmode', 'single')
1077 self.checkParam(widget, 'selectmode', 'browse')
1078 self.checkParam(widget, 'selectmode', 'multiple')
1079 self.checkParam(widget, 'selectmode', 'extended')
1080
1081 def test_configure_state(self):
1082 widget = self.create()

Callers

nothing calls this directly

Calls 2

createMethod · 0.95
checkParamMethod · 0.80

Tested by

no test coverage detected