Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ name
Method
name
imperative/python/megengine/traced_module/node.py:63–65 ·
view source on GitHub ↗
r"""Return the name of this Node.
(self)
Source
from the content-addressed store, hash-verified
61
62
@property
63
def
name(self):
64
r
""
"Return the name of this Node."
""
65
return
self._name
66
67
@name.setter
68
def
name(self, new_name: str):
Callers
nothing calls this directly
Calls
3
unassociate_name_with_obj
Method · 0.80
create_unique_name
Method · 0.80
get
Method · 0.45
Tested by
no test coverage detected