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

Method is_multigraph

python/graphscope/nx/classes/graph.py:1564–1565  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1562
1563 @patch_docstring(RefGraph.is_multigraph)
1564 def is_multigraph(self):
1565 return False
1566
1567 @clear_mutation_cache
1568 @patch_docstring(RefGraph.nbunch_iter)

Callers 15

_relabel_inplaceFunction · 0.45
_relabel_copyFunction · 0.45
from_pandas_edgelistFunction · 0.45
to_numpy_arrayFunction · 0.45
to_networkx_graphFunction · 0.45
to_nx_graphFunction · 0.45
generic_graph_viewFunction · 0.45
subgraph_viewFunction · 0.45
number_of_selfloopsFunction · 0.45
set_node_attributesFunction · 0.45
set_edge_attributesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected