NetworkX

Previous topic

networkx.DiGraph.get_edge_data

Next topic

networkx.DiGraph.neighbors_iter

networkx.DiGraph.neighbors

DiGraph.neighbors(n)

Return a list of successor nodes of n.

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