successors_iter

DiGraph.successors_iter(n)[source]

Return an iterator over successor nodes of n.

neighbors_iter() and successors_iter() are the same.