MCPcopy 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
24class LazyLoaderFactoryTests(unittest.TestCase):

Callers 1

new_moduleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected