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

Method _unload

python/graphscope/framework/app.py:421–427  ·  view source on GitHub ↗

Unload this app from graphscope engine. Returns: :class:`graphscope.framework.app.UnloadedApp`: Evaluated in eager mode.

(self)

Source from the content-addressed store, hash-verified

419 pass
420
421 def _unload(self):
422 """Unload this app from graphscope engine.
423
424 Returns:
425 :class:`graphscope.framework.app.UnloadedApp`: Evaluated in eager mode.
426 """
427 return UnloadedApp(self._session, self._unload_op)
428
429
430class App(object):

Callers 1

__del__Method · 0.95

Calls 1

UnloadedAppClass · 0.85

Tested by

no test coverage detected