snowflake.snowpark.files.SnowflakeFile.writelines¶
- SnowflakeFile.writelines(lines: Iterable[str] | list[str]) None [source]¶
From https://docs.python.org/3/library/io.html#io.IOBase.writelines
Write a list of lines to the stream. Line separators are not added, so it is usual for each of the lines provided to have a line separator at the end. Local testing support is not implemented yet.