NetworkX

Previous topic

networkx.MultiDiGraph.__getitem__

Next topic

networkx.MultiDiGraph.successors_iter

networkx.MultiDiGraph.successors

MultiDiGraph.successors(n)

Return a list of successor nodes of n.

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