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

Method checkVariableParam

Lib/test/test_tkinter/widget_tests.py:195–196  ·  view source on GitHub ↗
(self, widget, name, var)

Source from the content-addressed store, hash-verified

193 widget[name] = ''
194
195 def checkVariableParam(self, widget, name, var):
196 self.checkParam(widget, name, var, conv=str)
197
198 def assertIsBoundingBox(self, bbox):
199 self.assertIsNotNone(bbox)

Calls 1

checkParamMethod · 0.95

Tested by

no test coverage detected