Node successors
For multigraphs with multiple edges between the same two nodes, the output of
outedges
can be longer than that of
successors
, since there can be multiple outgoing edges
to some of the successors.
digraph
| neighbors
| outdegree
| outedges
| predecessors