Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ exec_module
Method
exec_module
Lib/test/test_importlib/util.py:283–287 ·
view source on GitHub ↗
(self, module)
Source
from the content-addressed store, hash-verified
281
return
self.modules[spec.name]
282
283
def
exec_module(self, module):
284
try
:
285
self.module_code[module.__spec__.name]()
286
except
KeyError:
287
pass
288
289
290
def
writes_bytecode_files(fxn):
Callers
6
setUpClass
Method · 0.45
test_build_details.py
File · 0.45
xpickle_worker.py
File · 0.45
testZipImporterMethods
Method · 0.45
testZipImporterMethodsInSubDirectory
Method · 0.45
testUnencodable
Method · 0.45
Calls
no outgoing calls
Tested by
4
setUpClass
Method · 0.36
testZipImporterMethods
Method · 0.36
testZipImporterMethodsInSubDirectory
Method · 0.36
testUnencodable
Method · 0.36