ape.parts.storage.csvstorage.CsvDictStorage.open

CsvDictStorage.open(filename)

Opens the filename as a DictWriter

Param:
  • filename: the name of the file to open
Postcondition:

header written to file

Returns:

copy of self with open DictWriter as writer

Navigation