Exemple #1
0
 def __init__(self, ifp, ofp):
     CmdRule.__init__(self, requires=ifp, produces=ofp)
     self.ifp = ifp
     self.ofp = ofp
Exemple #2
0
 def __init__(self, ifp, ofp):
     CmdRule.__init__(self, requires=ifp, produces=ofp)
     self.ifp = ifp
     self.ofp = ofp
Exemple #3
0
 def __init__(self, ifp, ofp1, ofp2):
     CmdRule.__init__(self, requires=ifp, produces=(ofp1, ofp2))
     self.ifp = ifp
     self.ofp1 = ofp1
     self.ofp2 = ofp2
Exemple #4
0
 def __init__(self, ifp, ofp1, ofp2):
     CmdRule.__init__(self, requires=ifp, produces=(ofp1, ofp2))
     self.ifp = ifp
     self.ofp1 = ofp1
     self.ofp2 = ofp2