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

Method wait_for_close

graphlearn/python/graph.py:534–542  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

532 self.wait_for_close()
533
534 def wait_for_close(self):
535 for ds in self._datasets:
536 ds.close()
537 if self._client:
538 self._client.stop()
539 self._client = None
540 if self._server:
541 self._server.stop()
542 self._server = None
543
544 def V(self,
545 t,

Callers 4

closeMethod · 0.95
mainFunction · 0.95
mainFunction · 0.95
mainFunction · 0.80

Calls 2

closeMethod · 0.45
stopMethod · 0.45

Tested by 2

mainFunction · 0.76
mainFunction · 0.76