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

Method load_config

python/graphscope/gsctl/config.py:197–200  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

195 return contexts, current_context
196
197 def load_config(self):
198 config_dict = read_yaml_file(self._config_file)
199 contexts, current_context = self._parse_config(config_dict)
200 return GSConfig(contexts, current_context)
201
202
203def load_gs_config():

Callers 1

load_gs_configFunction · 0.95

Calls 3

_parse_configMethod · 0.95
read_yaml_fileFunction · 0.90
GSConfigClass · 0.85

Tested by

no test coverage detected