networkx.MultiGraph.edges_iter
networkx.MultiGraph.neighbors
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.