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

Method _get_stub

python/graphscope/client/rpc.py:57–59  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

55 self._reconnect = reconnect
56
57 def _get_stub(self):
58 channel = grpc.insecure_channel(self._endpoint, options=self._options)
59 return coordinator_service_pb2_grpc.CoordinatorServiceStub(channel)
60
61 def waiting_service_ready(self, timeout_seconds=60):
62 begin_time = time.time()

Callers 2

__init__Method · 0.95
waiting_service_readyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected