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

Method is_directed

python/graphscope/framework/graph.py:1159–1160  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1157 return self._session._wrapper(self._graph_node.to_undirected())
1158
1159 def is_directed(self):
1160 return self._directed
1161
1162 def is_multigraph(self):
1163 return self._is_multigraph

Callers 9

wrapperFunction · 0.45
louvainFunction · 0.45
lccFunction · 0.45
trianglesFunction · 0.45
pagerankFunction · 0.45
pagerank_pushFunction · 0.45
pagerank_push_optFunction · 0.45
test_transformFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_transformFunction · 0.36