readlines()
Read and return a list of lines from the stream. MicroPython does not support Python3's hint parameter.
Note It is already possible to iterate on file objects using for line in file: ... without calling file.readlines().
Read and return a list of lines from the stream. MicroPython does not support Python3's hint parameter.
Note It is already possible to iterate on file objects using for line in file: ... without calling file.readlines().
© 2017-2024 Digi International Inc. All rights reserved.
readlines() updated on 08 Dec 2022 03:34 PM