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

Method test_configure_validate

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

Source from the content-addressed store, hash-verified

442 'disabled', 'normal', 'readonly')
443
444 def test_configure_validate(self):
445 widget = self.create()
446 self.checkEnumParam(widget, 'validate',
447 'all', 'key', 'focus', 'focusin', 'focusout', 'none')
448
449 def test_configure_validatecommand(self):
450 widget = self.create()

Callers

nothing calls this directly

Calls 2

createMethod · 0.95
checkEnumParamMethod · 0.80

Tested by

no test coverage detected