NetworkX

Previous topic

__getitem__

Next topic

successors_iter

successors

MultiDiGraph.successors(n)

Return a list of successor nodes of n.

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