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

Method __del__

python/graphscope/framework/graph.py:802–806  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

800 return graph_dag_node
801
802 def __del__(self):
803 try:
804 self.session.run(self._unload())
805 except Exception: # pylint: disable=broad-except
806 pass
807
808 def _unload(self):
809 """Unload this graph from graphscope engine.

Callers

nothing calls this directly

Calls 2

_unloadMethod · 0.95
runMethod · 0.45

Tested by

no test coverage detected