NetworkX

Previous topic

networkx.MultiGraph.edges_iter

Next topic

networkx.MultiGraph.neighbors

Quick search

networkx.MultiGraph.get_edge

MultiGraph.get_edge(u, v, no_edge=None)

Return a list of edge data for all edges between u and v.

If no_edge is specified and the edge (u,v) isn’t found, (and u and v are nodes), return the value of no_edge. If no_edge is None (or u or v aren’t nodes) raise an exception.