snowflake.snowpark.files.SnowflakeFile.readinto1¶
- SnowflakeFile.readinto1(b: bytes | bytearray | array.array) None [source] (https://github.com/snowflakedb/snowpark-python/blob/release-v1.7.0/src/snowflake/snowpark/files.py#L164-L168)¶
See https://docs.python.org/3/library/io.html#io.BufferedIOBase.readinto1 (https://docs.python.org/3/library/io.html#io.BufferedIOBase.readinto1)