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/test_lazy.py:20–21 ·
view source on GitHub ↗
(self, module)
Source
from the content-addressed store, hash-verified
18
self.kwargs = kwargs
19
20
def
exec_module(self, module):
21
return
self
22
23
24
class
LazyLoaderFactoryTests(unittest.TestCase):
Callers
1
new_module
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected