Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ _get_func
Method
_get_func
imperative/python/megengine/traced_module/expr.py:227–229 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
225
return
args
226
227
def
_get_func(self):
228
# get called function when the expr is interpreted
229
raise
NotImplementedError
230
231
@property
232
def
named_args(self):
Callers
3
set_args_kwargs
Method · 0.95
named_args
Method · 0.95
set_arg
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected