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

Method _unload

python/graphscope/framework/graph.py:808–814  ·  view source on GitHub ↗

Unload this graph from graphscope engine. Returns: :class:`graphscope.framework.graph.UnloadedGraph`: Evaluated in eager mode.

(self)

Source from the content-addressed store, hash-verified

806 pass
807
808 def _unload(self):
809 """Unload this graph from graphscope engine.
810
811 Returns:
812 :class:`graphscope.framework.graph.UnloadedGraph`: Evaluated in eager mode.
813 """
814 return UnloadedGraph(self._session, self._unload_op)
815
816 def project(
817 self,

Callers 1

__del__Method · 0.95

Calls 1

UnloadedGraphClass · 0.85

Tested by

no test coverage detected