NetworkX

Previous topic

networkx.MultiDiGraph.successors

Next topic

networkx.MultiDiGraph.predecessors

networkx.MultiDiGraph.successors_iter

MultiDiGraph.successors_iter(n)

Return an iterator over successor nodes of n.

neighbors_iter() and successors_iter() are the same.