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

Method checkParams

Lib/test/test_tkinter/widget_tests.py:80–82  ·  view source on GitHub ↗
(self, widget, name, *values, **kwargs)

Source from the content-addressed store, hash-verified

78 self.assertEqual(widget[name], orig)
79
80 def checkParams(self, widget, name, *values, **kwargs):
81 for value in values:
82 self.checkParam(widget, name, value, **kwargs)
83
84 def checkIntegerParam(self, widget, name, *values, **kwargs):
85 self.checkParams(widget, name, *values, **kwargs)

Callers 15

checkIntegerParamMethod · 0.95
checkColorParamMethod · 0.95
checkCursorParamMethod · 0.95
checkCommandParamMethod · 0.95
checkEnumParamMethod · 0.95
checkReliefParamMethod · 0.95
test_configure_valueMethod · 0.80
test_configure_offsetMethod · 0.80
test_configure_textMethod · 0.80

Calls 1

checkParamMethod · 0.95

Tested by

no test coverage detected