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

Method __del__

python/graphscope/framework/app.py:415–419  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

413 return create_context_node(context_type, self, self._graph, *args, **kwargs)
414
415 def __del__(self):
416 try:
417 self.session.run(self._unload())
418 except Exception: # pylint: disable=broad-except
419 pass
420
421 def _unload(self):
422 """Unload this app from graphscope engine.

Callers

nothing calls this directly

Calls 2

_unloadMethod · 0.95
runMethod · 0.45

Tested by

no test coverage detected