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

Method change_callback

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

Source from the content-addressed store, hash-verified

456 self.canvas.grid(row=1, column=0, sticky=tk.NSEW, padx=2, pady=0)
457
458 def change_callback(self):
459 if self.is_shown:
460 self.update_sidebar()
461
462 def update_sidebar(self):
463 text = self.text

Callers 3

yscroll_eventMethod · 0.95
update_fontMethod · 0.95
update_colorsMethod · 0.95

Calls 1

update_sidebarMethod · 0.95

Tested by

no test coverage detected