Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ register_callback
Method
register_callback
Lib/idlelib/window.py:36–37 ·
view source on GitHub ↗
(self, callback)
Source
from the content-addressed store, hash-verified
34
menu.add_command(label=title, command=window.wakeup)
35
36
def
register_callback(self, callback):
37
self.callbacks.append(callback)
38
39
def
unregister_callback(self, callback):
40
try
:
Callers
3
start_trace
Method · 0.45
__init__
Method · 0.45
overrideRootMenu
Function · 0.45
Calls
1
append
Method · 0.45
Tested by
no test coverage detected