MCPcopy
hub / github.com/omkarcloud/botasaurus / write_temp_csv

Function write_temp_csv

botasaurus/output.py:126–127  ·  view source on GitHub ↗
(data, log=True)

Source from the content-addressed store, hash-verified

124 return write_json(data, filename, log)
125 return filename
126def write_temp_csv(data, log=True):
127 return write_csv(data, "temp.csv", log)
128
129
130def read_temp_csv():

Callers

nothing calls this directly

Calls 1

write_csvFunction · 0.85

Tested by

no test coverage detected