Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/GraphScope
/ _unload
Method
_unload
python/graphscope/framework/context.py:284–285 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
282
pass
283
284
def
_unload(self):
285
return
UnloadedContext(self._session, self._unload_op)
286
287
288
class
TensorContextDAGNode(BaseContextDAGNode):
Callers
1
__del__
Method · 0.95
Calls
1
UnloadedContext
Class · 0.85
Tested by
no test coverage detected