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

Method test_configure_undo

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

Source from the content-addressed store, hash-verified

748 self.checkEnumParam(widget, 'tabstyle', 'tabular', 'wordprocessor')
749
750 def test_configure_undo(self):
751 widget = self.create()
752 self.checkBooleanParam(widget, 'undo')
753
754 def test_configure_width(self):
755 widget = self.create()

Callers

nothing calls this directly

Calls 2

createMethod · 0.95
checkBooleanParamMethod · 0.80

Tested by

no test coverage detected