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

Method test_configure_show

Lib/test/test_ttk/test_widgets.py:362–366  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

360 self.checkCommandParam(widget, 'invalidcommand')
361
362 def test_configure_show(self):
363 widget = self.create()
364 self.checkParam(widget, 'show', '*')
365 self.checkParam(widget, 'show', '')
366 self.checkParam(widget, 'show', ' ')
367
368 def test_configure_validate(self):
369 widget = self.create()

Callers

nothing calls this directly

Calls 2

createMethod · 0.95
checkParamMethod · 0.80

Tested by

no test coverage detected