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

Method test_configure_label

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

Source from the content-addressed store, hash-verified

1212 self.checkFloatParam(widget, 'from', 100, 14.9, 15.1, conv=conv)
1213
1214 def test_configure_label(self):
1215 widget = self.create()
1216 self.checkParam(widget, 'label', 'any string')
1217 self.checkParam(widget, 'label', '')
1218
1219 def test_configure_length(self):
1220 widget = self.create()

Callers

nothing calls this directly

Calls 2

createMethod · 0.95
checkParamMethod · 0.80

Tested by

no test coverage detected