We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba8ea8f commit 01aac35Copy full SHA for 01aac35
1 file changed
mininet/topo.py
@@ -19,7 +19,6 @@ class MultiGraph( object ):
19
def __init__( self ):
20
self.node = {}
21
self.edge = {}
22
- self.edgeinfo = {}
23
24
def add_node( self, node, attr_dict=None, **attrs):
25
"""Add node to graph
0 commit comments