コード例 #1
0
 def __init__(self):
     Skeletor.__init__(self)
     self.individual = "0"
     self.traces_after_pp_path = "traces_afterPP/"
コード例 #2
0
 def __init__(self):
     Skeletor.__init__(self)
     self.individual = "0"
     self.traces_after_pp_path = "traces_afterPP/"
コード例 #3
0
 def readConfig(self, filename):
     Skeletor.readConfig(self, self.configPath)
     self.traces_after_pp_path = self.config.get('Postprocessing', 'traces_after_pp_path')
コード例 #4
0
 def readConfig(self, filename):
     Skeletor.readConfig(self, self.configPath)
     self.traces_after_pp_path = self.config.get('Postprocessing',
                                                 'traces_after_pp_path')