snowflake.snowpark.files.SnowflakeFile.readall¶
- SnowflakeFile.readall() Sequence [source]¶
From https://docs.python.org/3/library/io.html#io.RawIOBase.readall
Read and return all the bytes from the stream until EOF, using multiple calls to the stream if necessary.