NetworkX

Previous topic

neighbors

Next topic

__getitem__

neighbors_iter

DiGraph.neighbors_iter(n)

Return an iterator over successor nodes of n.

neighbors_iter() and successors_iter() are the same.