mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 12:10:13 +01:00
py, stream: Implement readlines for a stream.
This commit is contained in:
@@ -314,6 +314,7 @@ Q(unpack)
|
||||
Q(io)
|
||||
Q(readall)
|
||||
Q(readline)
|
||||
Q(readlines)
|
||||
Q(StringIO)
|
||||
Q(BytesIO)
|
||||
Q(getvalue)
|
||||
|
||||
Reference in New Issue
Block a user