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

Method _add_lib_impl

python/graphscope/client/rpc.py:133–135  ·  view source on GitHub ↗
(self, gar)

Source from the content-addressed store, hash-verified

131
132 @handle_grpc_error
133 def _add_lib_impl(self, gar):
134 request = message_pb2.AddLibRequest(session_id=self._session_id, gar=gar)
135 return self._stub.AddLib(request)
136
137 @handle_grpc_error
138 def _connect_session_impl(self, cleanup_instance=True, dangling_timeout_seconds=60):

Callers 1

add_libMethod · 0.95

Calls 1

AddLibMethod · 0.80

Tested by

no test coverage detected