You are viewing documentation about an older version (1.16.0). View latest version

snowflake.snowpark.files.SnowflakeFile.readinto1

SnowflakeFile.readinto1(b: bytes | bytearray | array.array) None[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.16.0/src/snowflake/snowpark/files.py#L161-L165)

See https://docs.python.org/3/library/io.html#io.BufferedIOBase.readinto1 (https://docs.python.org/3/library/io.html#io.BufferedIOBase.readinto1)

Language: English