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

Method test_itemconfigure_fg

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

Source from the content-addressed store, hash-verified

1129 self.check_itemconfigure('bg', '#ff0000')
1130
1131 def test_itemconfigure_fg(self):
1132 self.check_itemconfigure('fg', '#110022')
1133
1134 def test_itemconfigure_foreground(self):
1135 self.check_itemconfigure('foreground', '#110022')

Callers

nothing calls this directly

Calls 1

check_itemconfigureMethod · 0.95

Tested by

no test coverage detected