content |
optional. default is []
A list of strings. Lines of text, the contents of the file.
Newlines are added automatically after every line except the last one.
|
newline |
optional. default is "auto"
one of ["auto", "unix", "windows"]: line endings to use. "auto"
for platform-determined, "unix" for LF, and "windows" for CRLF.
|