MCPcopy Index your code
hub / github.com/RustPython/RustPython / exec_module

Method exec_module

Lib/importlib/_bootstrap.py:1001–1003  ·  view source on GitHub ↗

Exec a built-in module

(module)

Source from the content-addressed store, hash-verified

999
1000 @staticmethod
1001 def exec_module(module):
1002 """Exec a built-in module"""
1003 _call_with_frames_removed(_imp.exec_builtin, module)
1004
1005 @classmethod
1006 @_requires_builtin

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected