MCPcopy Create free account
hub / github.com/pgadmin-org/pgadmin4 / writerows

Method writerows

web/pgadmin/utils/csv_lib.py:741–742  ·  view source on GitHub ↗
(self, rowdicts)

Source from the content-addressed store, hash-verified

739 return self.writer.writerow(self._dict_to_list(rowdict))
740
741 def writerows(self, rowdicts):
742 return self.writer.writerows(map(self._dict_to_list, rowdicts))

Callers 1

genMethod · 0.95

Calls 1

writerowsMethod · 0.45

Tested by

no test coverage detected