MCPcopy
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
65class CsvResultDescriptor(object):
66 """Provides IPython Notebook-friendly output for the feedback after a ``.csv`` called."""

Callers

nothing calls this directly

Calls 1

writerowMethod · 0.95

Tested by

no test coverage detected