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

Method update_font

Lib/idlelib/sidebar.py:87–89  ·  view source on GitHub ↗

Update the sidebar text font, usually after config changes.

(self)

Source from the content-addressed store, hash-verified

85 raise NotImplementedError
86
87 def update_font(self):
88 """Update the sidebar text font, usually after config changes."""
89 raise NotImplementedError
90
91 def update_colors(self):
92 """Update the sidebar text colors, usually after config changes."""

Callers 7

__init__Method · 0.95
ResetFontMethod · 0.45
ResetFontMethod · 0.45
test_fontMethod · 0.45
test_fontMethod · 0.45
cleanupMethod · 0.45
test_fontMethod · 0.45

Calls

no outgoing calls

Tested by 4

test_fontMethod · 0.36
test_fontMethod · 0.36
cleanupMethod · 0.36
test_fontMethod · 0.36