示例#1
0
 def write_prediction(self, path):
     FileOperator.touch(path)
     with open(path, 'a') as f:
         self.display_prediction(printer=f)
示例#2
0
 def write_score(self, path):
     FileOperator.touch(path)
     with open(path, 'a') as f:
         self.display_score(printer=f)