NetworkX

Previous topic

get_edge_data

Next topic

neighbors_iter

neighbors

DiGraph.neighbors(n)

Return a list of successor nodes of n.

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