MCPcopy 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
710class DynamicVertexDataContext(collections.abc.Mapping):

Callers 1

__del__Method · 0.95

Calls 1

_wrapperMethod · 0.80

Tested by

no test coverage detected