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().