snowflake.snowpark.files.SnowflakeFile.close

SnowflakeFile.close() None[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.37.0/src/snowflake/snowpark/files.py#L247-L253)

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

Closes the underlying IO Stream of the SnowflakeFile.

Language: English