Remove unused edgeinfo
This commit is contained in:
@@ -19,7 +19,6 @@ class MultiGraph( object ):
|
|||||||
def __init__( self ):
|
def __init__( self ):
|
||||||
self.node = {}
|
self.node = {}
|
||||||
self.edge = {}
|
self.edge = {}
|
||||||
self.edgeinfo = {}
|
|
||||||
|
|
||||||
def add_node( self, node, attr_dict=None, **attrs):
|
def add_node( self, node, attr_dict=None, **attrs):
|
||||||
"""Add node to graph
|
"""Add node to graph
|
||||||
|
|||||||
Reference in New Issue
Block a user