ape.parts.storage.base_storage.BaseStorage.writelines

BaseStorage.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