Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/GraphScope
/ _unload
Method
_unload
python/graphscope/framework/context.py:706–707 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
704
pass
705
706
def
_unload(self):
707
return
self._session._wrapper(self._context_node._unload())
708
709
710
class
DynamicVertexDataContext(collections.abc.Mapping):
Callers
1
__del__
Method · 0.95
Calls
1
_wrapper
Method · 0.80
Tested by
no test coverage detected