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

Method set_comment

python/graphscope/framework/graph_schema.py:116–118  ·  view source on GitHub ↗
(self, comment)

Source from the content-addressed store, hash-verified

114 return self
115
116 def set_comment(self, comment):
117 self._comment = comment
118 return self
119
120 @property
121 def id(self) -> int:

Callers 10

from_dictMethod · 0.80
add_vertex_labelMethod · 0.80
add_edge_labelMethod · 0.80
demoFunction · 0.80
to_protoMethod · 0.80
to_protoMethod · 0.80
create_prop_def_protoFunction · 0.80
to_protoMethod · 0.80

Calls

no outgoing calls

Tested by 4

demoFunction · 0.64
create_prop_def_protoFunction · 0.64