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

Method get_config

python/graphscope/client/session.py:952–954  ·  view source on GitHub ↗

Get configuration of the session.

(self)

Source from the content-addressed store, hash-verified

950 raise
951
952 def get_config(self):
953 """Get configuration of the session."""
954 return self._config
955
956 def _get_api_client(self):
957 if self._api_client is not None:

Callers 4

ComputeMethod · 0.45
ComputeMethod · 0.45
ComputeMethod · 0.45
PEvalMethod · 0.45

Calls

no outgoing calls

Tested by 4

ComputeMethod · 0.36
ComputeMethod · 0.36
ComputeMethod · 0.36
PEvalMethod · 0.36