snowflake.snowpark.files.SnowflakeFile.readline¶
- SnowflakeFile.readline(size: int = - 1) Sequence [source]¶
From https://docs.python.org/3/library/io.html#io.IOBase.readline
Read and return one line from the stream. If size is specified, at most size bytes will be read.