to_undirected#

to_undirected(graph)[source]#

返回图 graph 的无向视图。

等同于 graph.to_undirected(as_view=True) 需要注意的是, graph.to_undirected 默认值为 as_view=False , 而此函数始终提供一个视图。