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

Method test_configure_tabstyle

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

Source from the content-addressed store, hash-verified

744 errmsg=EXPECTED_SCREEN_DISTANCE_ERRMSG.format('spam'))
745
746 def test_configure_tabstyle(self):
747 widget = self.create()
748 self.checkEnumParam(widget, 'tabstyle', 'tabular', 'wordprocessor')
749
750 def test_configure_undo(self):
751 widget = self.create()

Callers

nothing calls this directly

Calls 2

createMethod · 0.95
checkEnumParamMethod · 0.80

Tested by

no test coverage detected