(data, log=True)
| 124 | return write_json(data, filename, log) |
| 125 | return filename |
| 126 | def write_temp_csv(data, log=True): |
| 127 | return write_csv(data, "temp.csv", log) |
| 128 | |
| 129 | |
| 130 | def read_temp_csv(): |
nothing calls this directly
no test coverage detected