Ejemplo n.º 1
0
 def EstimateGain(self):
     estimater = _EstimateGain()
     estimater.set_working_directory(self.get_working_directory())
     auto_logfiler(estimater)
     return estimater
Ejemplo n.º 2
0
 def EstimateGain(self):
   estimater = _EstimateGain()
   estimater.set_working_directory(self.get_working_directory())
   auto_logfiler(estimater)
   return estimater