Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ named_args
Method
named_args
imperative/python/megengine/traced_module/expr.py:232–234 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
230
231
@property
232
def
named_args(self):
233
func = self._get_func()
234
return
inspect.getcallargs(func, *self.args, **self.kwargs)
235
236
def
set_arg(self, name, val):
237
func = self._get_func()
Callers
nothing calls this directly
Calls
1
_get_func
Method · 0.95
Tested by
no test coverage detected