snowflake.snowpark.files.SnowflakeFile.readable¶
- SnowflakeFile.readable() bool [source] (https://github.com/snowflakedb/snowpark-python/blob/v1.37.0/src/snowflake/snowpark/files.py#L326-L333)¶
From https://docs.python.org/3/library/io.html#io.IOBase.readable (https://docs.python.org/3/library/io.html#io.IOBase.readable)
Returns whether or not the stream is readable.