MCPcopy 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
32async 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_packageFunction · 0.85

Tested by

no test coverage detected