You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
def add_edge(self, eid, frm, to, elb):
"""Add an edge to the graph."""
if (frm is self.vertices and
to in self.vertices and
to in self.vertices[frm].edges):
return self