Path 1: 1 calls (1.0)

list (1)

None (1)

1def writerows(self, rowdicts):
2        return self.writer.writerows(map(self._dict_to_list, rowdicts))