MCPcopy Index your code
hub / github.com/pgadmin-org/pgadmin4 / writerows

Method writerows

web/pgadmin/utils/csv_lib.py:251–253  ·  view source on GitHub ↗
(self, rows)

Source from the content-addressed store, hash-verified

249 return self.fileobj.write(line)
250
251 def writerows(self, rows):
252 for row in rows:
253 self.writerow(row)
254
255
256START_RECORD = 0

Callers 1

writerowsMethod · 0.45

Calls 1

writerowMethod · 0.95

Tested by

no test coverage detected