Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ load_package
Function
load_package
crates/wasm/Lib/whlimport.py:32–33 ·
view source on GitHub ↗
(*args)
Source
from the content-addressed store, hash-verified
30
31
32
async
def
load_package(*args):
33
await asyncweb.wait_all(_load_package(pkg)
for
pkg in args)
34
35
36
_loaded_packages = {}
Callers
nothing calls this directly
Calls
1
_load_package
Function · 0.85
Tested by
no test coverage detected