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

Method update_colors

Lib/idlelib/sidebar.py:91–93  ·  view source on GitHub ↗

Update the sidebar text colors, usually after config changes.

(self)

Source from the content-addressed store, hash-verified

89 raise NotImplementedError
90
91 def update_colors(self):
92 """Update the sidebar text colors, usually after config changes."""
93 raise NotImplementedError
94
95 def grid(self):
96 """Layout the widget, always using grid layout."""

Callers 6

__init__Method · 0.95
ResetColorizerMethod · 0.45
ResetColorizerMethod · 0.45
test_highlight_colorsMethod · 0.45
cleanupMethod · 0.45
test_highlight_colorsMethod · 0.45

Calls

no outgoing calls

Tested by 3

test_highlight_colorsMethod · 0.36
cleanupMethod · 0.36
test_highlight_colorsMethod · 0.36