Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
wrapper
Function · 0.45
louvain
Function · 0.45
lcc
Function · 0.45
triangles
Function · 0.45
pagerank
Function · 0.45
pagerank_push
Function · 0.45
pagerank_push_opt
Function · 0.45
average_degree_connectivity
Function · 0.45
test_transform
Function · 0.45
Calls
no outgoing calls
Tested by
1
test_transform
Function · 0.36