snowflake.snowpark.files.SnowflakeFile.seekable¶
- SnowflakeFile.seekable() bool [source] (https://github.com/snowflakedb/snowpark-python/blob/v1.39.1/src/snowflake/snowpark/files.py#L445-L452)¶
See https://docs.python.org/3/library/io.html#io.IOBase.seekable (https://docs.python.org/3/library/io.html#io.IOBase.seekable)
Returns whether or not the stream is seekable.