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

Method set_graph_name

python/graphscope/gsctl/config.py:67–68  ·  view source on GitHub ↗
(self, graph_name: str)

Source from the content-addressed store, hash-verified

65 self.graph_name = None
66
67 def set_graph_name(self, graph_name: str):
68 self.graph_name = graph_name
69
70 def to_dict(self) -> dict:
71 return {

Callers 1

switch_contextFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected