Esempio n. 1
0
 def __init__(self, ifp, ofp):
     CmdRule.__init__(self, requires=ifp, produces=ofp)
     self.ifp = ifp
     self.ofp = ofp
Esempio n. 2
0
 def __init__(self, ifp, ofp):
     CmdRule.__init__(self, requires=ifp, produces=ofp)
     self.ifp = ifp
     self.ofp = ofp
Esempio n. 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
Esempio n. 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