MCPcopy Create free account
hub / github.com/alibaba/GraphScope / __del__

Method __del__

python/graphscope/framework/context.py:278–282  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

276 return ResultDAGNode(self, op)
277
278 def __del__(self):
279 try:
280 self.session.run(self._unload())
281 except Exception: # pylint: disable=broad-except
282 pass
283
284 def _unload(self):
285 return UnloadedContext(self._session, self._unload_op)

Callers

nothing calls this directly

Calls 2

_unloadMethod · 0.95
runMethod · 0.45

Tested by

no test coverage detected