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

Method test_configure_validate

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

Source from the content-addressed store, hash-verified

366 self.checkParam(widget, 'show', ' ')
367
368 def test_configure_validate(self):
369 widget = self.create()
370 self.checkEnumParam(widget, 'validate',
371 'all', 'key', 'focus', 'focusin', 'focusout', 'none')
372
373 def test_configure_validatecommand(self):
374 widget = self.create()

Callers

nothing calls this directly

Calls 2

createMethod · 0.95
checkEnumParamMethod · 0.80

Tested by

no test coverage detected