Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_event
Method · 0.95
update_font
Method · 0.95
update_colors
Method · 0.95
Calls
1
update_sidebar
Method · 0.95
Tested by
no test coverage detected