Beispiel #1
0
 def write_row(self, title, author, normalized_title, normalized_author,
               format):
     permanent_id = WorkIDCalculator.permanent_id(normalized_title,
                                                  normalized_author, format)
     row = [
         title, author, normalized_title, normalized_author, format,
         permanent_id
     ]
     self.writer.writerow(map(self.ready, row))