Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_dict
Method · 0.80
add_vertex_label
Method · 0.80
add_edge_label
Method · 0.80
demo
Function · 0.80
to_proto
Method · 0.80
to_proto
Method · 0.80
create_prop_def_proto
Function · 0.80
create_vertex_type_def_proto
Function · 0.80
create_edge_type_def_proto
Function · 0.80
to_proto
Method · 0.80
Calls
no outgoing calls
Tested by
4
demo
Function · 0.64
create_prop_def_proto
Function · 0.64
create_vertex_type_def_proto
Function · 0.64
create_edge_type_def_proto
Function · 0.64