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

Method test_configure_default

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

Source from the content-addressed store, hash-verified

205 return tkinter.Button(self.root, **kwargs)
206
207 def test_configure_default(self):
208 widget = self.create()
209 self.checkEnumParam(widget, 'default', 'active', 'disabled', 'normal')
210
211
212@add_configure_tests(StandardOptionsTests)

Callers

nothing calls this directly

Calls 2

createMethod · 0.95
checkEnumParamMethod · 0.80

Tested by

no test coverage detected