Warning

This documents an unmaintained version of NetworkX. Please upgrade to a maintained version and see the current NetworkX documentation.

networkx.classes.function.to_directed

to_directed(graph)[source]

Return a directed view of the graph graph.

Identical to graph.to_directed(as_view=True) Note that graph.to_directed defaults to as_view=False while this function always provides a view.