MCPcopy 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
clearMethod · 0.95
to_undirectedMethod · 0.95
to_directedMethod · 0.95
test_updateMethod · 0.95
test_updateMethod · 0.95
_relabel_inplaceFunction · 0.45
_relabel_copyFunction · 0.45
to_numpy_arrayFunction · 0.45
to_scipy_sparse_arrayFunction · 0.45
to_networkx_graphFunction · 0.45
to_nx_graphFunction · 0.45

Calls

no outgoing calls

Tested by 10

test_updateMethod · 0.76
test_updateMethod · 0.76
test_xorMethod · 0.36
graphs_equalMethod · 0.36
is_triadFunction · 0.36