MCPcopy Create free account
hub / github.com/Sin3DM/Sin3DM / __init__

Method __init__

src/diffusion/logger.py:114–117  ·  view source on GitHub ↗
(self, filename)

Source from the content-addressed store, hash-verified

112
113class CSVOutputFormat(KVWriter):
114 def __init__(self, filename):
115 self.file = open(filename, "w+t")
116 self.keys = []
117 self.sep = ","
118
119 def writekvs(self, kvs):
120 # Add our current row to the history

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected