NetworkX

Previous topic

networkx.DiGraph.__getitem__

Next topic

networkx.DiGraph.successors_iter

networkx.DiGraph.successors

DiGraph.successors(n)

Return a list of successor nodes of n.

neighbors() and successors() are the same function.