MCPcopy 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_vineyardMethod · 0.95
from_dictMethod · 0.95
add_edge_labelMethod · 0.95
dropMethod · 0.95
_from_store_serviceMethod · 0.45
drop_allMethod · 0.45
demoFunction · 0.45
create_edge_typeMethod · 0.45

Calls 2

appendMethod · 0.65
RelationClass · 0.50

Tested by 1

demoFunction · 0.36