snowflake.snowpark.files.SnowflakeFile.tell¶
- SnowflakeFile.tell() int [source]¶
See https://docs.python.org/3/library/io.html#io.IOBase.tell
Gets the current stream position. Not supported in write mode.
See https://docs.python.org/3/library/io.html#io.IOBase.tell
Gets the current stream position. Not supported in write mode.