MCPcopy
hub / github.com/USArmyResearchLab/Dshell / setup

Method setup

dshell/output/csvout.py:58–60  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

56 self.set_format()
57
58 def setup(self):
59 if self.use_header:
60 self.fh.write(self.delimiter.join([f for f in self.fields]) + "\n")
61
62
63obj = CSVOutput

Callers

nothing calls this directly

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected