Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_inplace
Function · 0.45
_relabel_copy
Function · 0.45
from_pandas_edgelist
Function · 0.45
to_numpy_array
Function · 0.45
to_networkx_graph
Function · 0.45
to_nx_graph
Function · 0.45
generic_graph_view
Function · 0.45
subgraph_view
Function · 0.45
number_of_selfloops
Function · 0.45
set_node_attributes
Function · 0.45
set_edge_attributes
Function · 0.45
dorogovtsev_goltsev_mendes_graph
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected