Path 1: 1 calls (1.0)
→ rowdicts list (1)
↩ return None (1)
1def writerows(self, rowdicts): 2 return self.writer.writerows(map(self._dict_to_list, rowdicts))