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

Method test_configure_titleitems

Lib/test/test_ttk/test_widgets.py:1486–1489  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1484
1485 @requires_tk(8, 7)
1486 def test_configure_titleitems(self):
1487 widget = self.create()
1488 self.checkIntegerParam(widget, 'titleitems', 0, 1, 5)
1489 self.checkInvalidParam(widget, 'titleitems', -2)
1490
1491 def test_bbox(self):
1492 self.tv.pack()

Callers

nothing calls this directly

Calls 3

createMethod · 0.95
checkIntegerParamMethod · 0.80
checkInvalidParamMethod · 0.80

Tested by

no test coverage detected