Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/GraphScope
/ is_directed
Method
is_directed
python/graphscope/nx/classes/digraph.py:481–482 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
479
480
@patch_docstring(RefDiGraph.is_directed)
481
def
is_directed(self):
482
return
True
483
484
@patch_docstring(RefDiGraph.is_multigraph)
485
def
is_multigraph(self):
Callers
1
__init__
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected