snowflake.snowpark.files.SnowflakeFile.tell

SnowflakeFile.tell() int[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.35.0/src/snowflake/snowpark/files.py#L462-L470)

See https://docs.python.org/3/library/io.html#io.IOBase.tell (https://docs.python.org/3/library/io.html#io.IOBase.tell)

Gets the current stream position. Not supported in write mode.

Language: English