Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
gen
Method · 0.95
Calls
1
writerows
Method · 0.45
Tested by
no test coverage detected