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/graph.py:1560–1561 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1558
1559
@patch_docstring(RefGraph.is_directed)
1560
def
is_directed(self):
1561
return
False
1562
1563
@patch_docstring(RefGraph.is_multigraph)
1564
def
is_multigraph(self):
Callers
15
__init__
Method · 0.95
clear
Method · 0.95
to_undirected
Method · 0.95
to_directed
Method · 0.95
test_update
Method · 0.95
test_update
Method · 0.95
_relabel_inplace
Function · 0.45
_relabel_copy
Function · 0.45
to_numpy_array
Function · 0.45
to_scipy_sparse_array
Function · 0.45
to_networkx_graph
Function · 0.45
to_nx_graph
Function · 0.45
Calls
no outgoing calls
Tested by
10
test_update
Method · 0.76
test_update
Method · 0.76
assert_convert_success
Method · 0.36
test_report_methods_on_copy_on_write_strategy
Method · 0.36
test_multiple_sessions
Method · 0.36
test_xor
Method · 0.36
graphs_equal
Method · 0.36
test_duplicated_modification
Method · 0.36
test_to_directed_as_view
Method · 0.36
is_triad
Function · 0.36