Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ import_module
Function
import_module
imperative/python/megengine/hub/hub.py:115–116 ·
view source on GitHub ↗
(*args, **kwargs)
Source
from the content-addressed store, hash-verified
113
114
@functools.wraps(_init_hub)
115
def
import_module(*args, **kwargs):
116
return
_init_hub(*args, **kwargs)
117
118
119
def
list(
Callers
5
__setstate__
Method · 0.85
__setstate__
Method · 0.85
to_module
Method · 0.85
load_functional
Function · 0.85
load_call_module_expr
Function · 0.85
Calls
1
_init_hub
Function · 0.85
Tested by
no test coverage detected