summaryrefslogtreecommitdiffstatshomepage
path: root/py/qstrdefs.h
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-05-03 22:01:32 +0100
committerDamien George <damien.p.george@gmail.com>2014-05-03 22:01:32 +0100
commitd5f5b2f76698e29f9cc2f0ae682d2475c0d77baa (patch)
tree5e1981a9f39935586e4c5310d1d0c0e3853c6887 /py/qstrdefs.h
parent5320bff32c2bb97f36dc9fad62864183520d0327 (diff)
downloadmicropython-d5f5b2f76698e29f9cc2f0ae682d2475c0d77baa.tar.gz
micropython-d5f5b2f76698e29f9cc2f0ae682d2475c0d77baa.zip
py, stream: Implement readlines for a stream.
Diffstat (limited to 'py/qstrdefs.h')
-rw-r--r--py/qstrdefs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/py/qstrdefs.h b/py/qstrdefs.h
index 6960bd06cb..bcaed02d8b 100644
--- a/py/qstrdefs.h
+++ b/py/qstrdefs.h
@@ -314,6 +314,7 @@ Q(unpack)
Q(io)
Q(readall)
Q(readline)
+Q(readlines)
Q(StringIO)
Q(BytesIO)
Q(getvalue)