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

Method test_configure_state

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

Source from the content-addressed store, hash-verified

1079 self.checkParam(widget, 'selectmode', 'extended')
1080
1081 def test_configure_state(self):
1082 widget = self.create()
1083 self.checkEnumParam(widget, 'state', 'disabled', 'normal')
1084
1085 def test_itemconfigure(self):
1086 widget = self.create()

Callers

nothing calls this directly

Calls 2

createMethod · 0.95
checkEnumParamMethod · 0.80

Tested by

no test coverage detected