Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/GraphScope
/ source
Method
source
python/graphscope/framework/graph_schema.py:215–217 ·
view source on GitHub ↗
(self, label)
Source
from the content-addressed store, hash-verified
213
return
graph_def_pb2.TypeEnumPb.EDGE
214
215
def
source(self, label):
216
self._relations.append(Relation(label,
""
))
217
return
self
218
219
def
destination(self, label):
220
assert (
Callers
8
_from_vineyard
Method · 0.95
from_dict
Method · 0.95
add_edge_label
Method · 0.95
drop
Method · 0.95
_from_store_service
Method · 0.45
drop_all
Method · 0.45
demo
Function · 0.45
create_edge_type
Method · 0.45
Calls
2
append
Method · 0.65
Relation
Class · 0.50
Tested by
1
demo
Function · 0.36