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

Method eager

python/graphscope/client/session.py:664–665  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

662 return self._grpc_client is None or self._disconnected
663
664 def eager(self):
665 return self._config.session.execution_mode == "eager"
666
667 def _send_heartbeat(self):
668 # >1: failure, 0: reset when success

Callers 3

_wrapperMethod · 0.95
run_fetchesMethod · 0.95
nxMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected