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

Method test_configure_title

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

Source from the content-addressed store, hash-verified

1499 self.checkCommandParam(widget, 'tearoffcommand')
1500
1501 def test_configure_title(self):
1502 widget = self.create()
1503 self.checkParam(widget, 'title', 'any string')
1504
1505 def test_configure_type(self):
1506 widget = self.create()

Callers

nothing calls this directly

Calls 2

createMethod · 0.95
checkParamMethod · 0.80

Tested by

no test coverage detected