Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ load_extensions
Method
load_extensions
Lib/idlelib/editor.py:1115–1117 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1113
self.close_hook()
1114
1115
def
load_extensions(self):
1116
self.extensions = {}
1117
self.load_standard_extensions()
1118
1119
def
unload_extensions(self):
1120
for
ins in list(self.extensions.values()):
Callers
1
__init__
Method · 0.95
Calls
1
load_standard_extensions
Method · 0.95
Tested by
no test coverage detected