successors

MultiDiGraph.successors(n)

Return an iterator over successor nodes of n.

neighbors() and successors() are the same.