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