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

Method test_itemconfigure_bg

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

Source from the content-addressed store, hash-verified

1126 self.check_itemconfigure('background', '#ff0000')
1127
1128 def test_itemconfigure_bg(self):
1129 self.check_itemconfigure('bg', '#ff0000')
1130
1131 def test_itemconfigure_fg(self):
1132 self.check_itemconfigure('fg', '#110022')

Callers

nothing calls this directly

Calls 1

check_itemconfigureMethod · 0.95

Tested by

no test coverage detected