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

Function unload_app

python/graphscope/framework/dag_utils.py:749–758  ·  view source on GitHub ↗

Unload a loaded app. Args: app (:class:`AppDAGNode`): The app to unload. Returns: An op to unload the `app`.

(app)

Source from the content-addressed store, hash-verified

747
748
749def unload_app(app):
750 """Unload a loaded app.
751
752 Args:
753 app (:class:`AppDAGNode`): The app to unload.
754
755 Returns:
756 An op to unload the `app`.
757 """
758 return create_unload_op(app.session_id, types_pb2.UNLOAD_APP, [app.op])
759
760
761def unload_graph(graph):

Callers 2

__init__Method · 0.90
__init__Method · 0.90

Calls 1

create_unload_opFunction · 0.85

Tested by

no test coverage detected