Example #1
0
    def __init__(self,
                 name,
                 terminals=None,
                 allowAddInput=False,
                 allowAddOutput=False,
                 allowRemove=True):
        Node.__init__(self, name, terminals, allowAddInput, allowAddOutput,
                      allowRemove)

        self.settings_dict = {}
 def __init__(self, name, terminals=None, allowAddInput=False, allowAddOutput=False, allowRemove=True):
     Node.__init__(self, name, terminals, allowAddInput, allowAddOutput, allowRemove)
 
     self.settings_dict = {}