Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/GraphScope
/ _unload
Method
_unload
python/graphscope/framework/app.py:468–469 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
466
).hexdigest()
467
468
def
_unload(self):
469
return
self._session._wrapper(self._app_node._unload())
470
471
def
__del__(self):
472
""
"Unload app. Both on engine side and python side. Set the key to None."
""
Callers
1
__del__
Method · 0.95
Calls
1
_wrapper
Method · 0.80
Tested by
no test coverage detected