ape.parts.storage.socketstorage.SocketStorage.writelines

SocketStorage.writelines(texts)

write lines to a file (does not add newline character to end of lines)

Param:
  • texts: iterable collection of strings to write to the file
Raise:

ApeError on socket.error (socket closed)

Navigation