def writerow(self, kbart_record): """Write csv row from a KbartRecord record.""" self.writer.writerow(list(kbart_record.values()))