snowflake.snowpark.files.SnowflakeFile.seek¶
- SnowflakeFile.seek(offset: int, whence: int = 0) int [source] (https://github.com/snowflakedb/snowpark-python/blob/v1.16.0/src/snowflake/snowpark/files.py#L173-L177)¶
See https://docs.python.org/3/library/io.html#io.IOBase.seek (https://docs.python.org/3/library/io.html#io.IOBase.seek)