コード例 #1
0
ファイル: pyrafeti.py プロジェクト: pyrrho314/recipesystem
 def __init__(self, rc):
     """
     :param rc: Used to store reduction information
     :type rc: ReductionContext
     """
     log.debug("PyrafETI __init__")
     ExternalTaskInterface.__init__(self, rc)
コード例 #2
0
ファイル: popeneti.py プロジェクト: pyrrho314/recipesystem
 def __init__(self, rc):
     print("PopenETI __init__")
     ExternalTaskInterface.__init__(self, rc)
     self.cmd_frag = []