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

Method update_font

Lib/idlelib/sidebar.py:316–318  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

314 self.sidebar_text.grid(row=1, column=0, sticky=tk.NSEW)
315
316 def update_font(self):
317 font = idleConf.GetFont(self.text, 'main', 'EditorWindow')
318 self.sidebar_text['font'] = font
319
320 def update_colors(self):
321 """Update the sidebar text colors, usually after config changes."""

Callers

nothing calls this directly

Calls 1

GetFontMethod · 0.80

Tested by

no test coverage detected