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

Method test_configure_value

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

Source from the content-addressed store, hash-verified

282 return tkinter.Radiobutton(self.root, **kwargs)
283
284 def test_configure_value(self):
285 widget = self.create()
286 self.checkParams(widget, 'value', 1, 2.3, '', 'any string')
287
288
289@add_configure_tests(StandardOptionsTests)

Callers

nothing calls this directly

Calls 2

createMethod · 0.95
checkParamsMethod · 0.80

Tested by

no test coverage detected