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

Method test_configure_show

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

Source from the content-addressed store, hash-verified

431 self.checkColorParam(widget, 'readonlybackground')
432
433 def test_configure_show(self):
434 widget = self.create()
435 self.checkParam(widget, 'show', '*')
436 self.checkParam(widget, 'show', '')
437 self.checkParam(widget, 'show', ' ')
438
439 def test_configure_state(self):
440 widget = self.create()

Callers

nothing calls this directly

Calls 2

createMethod · 0.95
checkParamMethod · 0.80

Tested by

no test coverage detected