Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/catherinedevlin/ipython-sql
/ writerows
Method
writerows
src/sql/run.py:61–63 ·
view source on GitHub ↗
(self, rows)
Source
from the content-addressed store, hash-verified
59
self.queue.seek(0)
60
61
def
writerows(self, rows):
62
for
row in rows:
63
self.writerow(row)
64
65
class
CsvResultDescriptor(object):
66
""
"Provides IPython Notebook-friendly output for the feedback after a ``.csv`` called."
""
Callers
nothing calls this directly
Calls
1
writerow
Method · 0.95
Tested by
no test coverage detected