Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ set_filename_change_hook
Method
set_filename_change_hook
Lib/idlelib/iomenu.py:60–61 ·
view source on GitHub ↗
(self, hook)
Source
from the content-addressed store, hash-verified
58
filename_change_hook = None
59
60
def
set_filename_change_hook(self, hook):
61
self.filename_change_hook = hook
62
63
filename = None
64
dirname = None
Callers
2
__init__
Method · 0.95
__init__
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected