snowflake.snowpark.files.SnowflakeFile.readinto1¶
- SnowflakeFile.readinto1(b: bytes | bytearray | array.array) int [source] (https://github.com/snowflakedb/snowpark-python/blob/v1.37.0/src/snowflake/snowpark/files.py#L363-L378)¶
From https://docs.python.org/3/library/io.html#io.BufferedIOBase.readinto1 (https://docs.python.org/3/library/io.html#io.BufferedIOBase.readinto1)
Read bytes into a pre-allocated, writable bytes-like object b. Return the number of bytes read.