snowflake.snowpark.files.SnowflakeFile.writelines

SnowflakeFile.writelines(lines: Iterable[str] | list[str]) None[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.37.0/src/snowflake/snowpark/files.py#L491-L498)

From https://docs.python.org/3/library/io.html#io.IOBase.writelines (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.

Language: English