werkzeug.LimitedStream.readlines¶
-
LimitedStream.readlines(size=None)[source]¶ Reads a file into a list of strings. It calls
readline()until the file is read to the end. It does support the optional size argument if the underlaying stream supports it for readline.