networkx.DiGraph.neighbors
networkx.DiGraph.__getitem__
Enter search terms or a module, class or function name.
Return an iterator over successor nodes of n.
neighbors_iter() and successors_iter() are the same.