コード例 #1
0
 def __init__(self, xml_file_path):
     ABCAsynchronous.__init__(self)
     ABCGroupAdapter.__init__(self, xml_file_path)
     self.log = get_logger(self.__class__.__module__)
コード例 #2
0
 def __init__(self, xml_file_path):
     MatlabAnalyzer.__init__(self)
     ABCGroupAdapter.__init__(self, xml_file_path)
コード例 #3
0
 def __init__(self, xml_file_path):
     MatlabAnalyzer.__init__(self)
     ABCGroupAdapter.__init__(self, xml_file_path)
コード例 #4
0
 def __init__(self, xml_file_path):
     ABCGroupAdapter.__init__(self, xml_file_path)
     self.matlab_worker = MatlabWorker()