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

Function _load

crates/vm/Lib/python_builtins/_frozen_importlib.py:959–969  ·  view source on GitHub ↗

Return a new module object, loaded by the spec's loader. The module is not added to its parent. If a module is already in sys.modules, that existing module gets clobbered.

(spec)

Source from the content-addressed store, hash-verified

Callers 1

_load_module_shimFunction · 0.70

Calls 2

_ModuleLockManagerClass · 0.70
_load_unlockedFunction · 0.70

Tested by

no test coverage detected