ape.parts.storage.filestorage.FileStorage.writelines

FileStorage.writelines(texts, exceptions=(<type 'exceptions.AttributeError'>, <type 'exceptions.ValueError'>))

Writes the lines to the file

Param:
  • texts: collection of strings
  • exceptions: exceptions to catch if the file is closed

Navigation