Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChunelFeng/CGraph
/ destroy
Method
destroy
python/tutorial/MyGNode/MyNode2.py:24–26 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
22
return
CStatus()
23
24
def
destroy(self):
25
print(
"[DESTROY] [{0}], enter MyNode2 destroy function."
.format(self.getName()))
26
return
CStatus()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected