MCPcopy Create free account
hub / github.com/alibaba/graph-learn / start

Method start

graphlearn/python/server.py:60–63  ·  view source on GitHub ↗

Start the server. It will not return until all servers are started.

(self)

Source from the content-addressed store, hash-verified

58 return self._tracker
59
60 def start(self):
61 """ Start the server. It will not return until all servers are started.
62 """
63 self._server.start()
64
65 def init(self, edge_source=None, node_source=None):
66 """ Initialize graph data. It will not return until all data is installed.

Callers 4

deploy_in_local_modeMethod · 0.45
deploy_in_worker_modeMethod · 0.45
deploy_in_server_modeMethod · 0.45
launch_serverFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected