Ejemplo n.º 1
0
 def __init__(self, rc):
     """
     :param rc: Used to store reduction information
     :type rc: ReductionContext
     """
     log.debug("PyrafETI __init__")
     ExternalTaskInterface.__init__(self, rc)
Ejemplo n.º 2
0
 def __init__(self, rc):
     print("PopenETI __init__")
     ExternalTaskInterface.__init__(self, rc)
     self.cmd_frag = []