Warning

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

neighbors_iter

MultiDiGraph.neighbors_iter(n)

Return an iterator over successor nodes of n.

neighbors_iter() and successors_iter() are the same.