OEWriteCSVHeader
OEWriteCSVHeader(ifs: oemolostream, header: OECSVHeader, flavor: int) -> None
Write out the column names specified by the
OECSVHeader object into the stream passed as the
ifs argument. Nothing will be written if
OEOFlavor_CSV_Header is not set.
See also