Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
256
START_RECORD = 0
Callers
1
writerows
Method · 0.45
Calls
1
writerow
Method · 0.95
Tested by
no test coverage detected