summaryrefslogtreecommitdiffstatshomepage
path: root/py/qstrdefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'py/qstrdefs.h')
-rw-r--r--py/qstrdefs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/py/qstrdefs.h b/py/qstrdefs.h
index c6c9cc5287..380236de4d 100644
--- a/py/qstrdefs.h
+++ b/py/qstrdefs.h
@@ -138,6 +138,7 @@ Q(path)
Q(pow)
Q(print)
Q(range)
+Q(read)
Q(repr)
Q(set)
Q(sorted)
@@ -150,6 +151,7 @@ Q(to_bytes)
Q(tuple)
Q(type)
Q(value)
+Q(write)
Q(zip)
Q(sep)
@@ -309,6 +311,8 @@ Q(unpack)
#if MICROPY_ENABLE_MOD_IO
Q(io)
+Q(readall)
+Q(readline)
Q(StringIO)
Q(BytesIO)
Q(getvalue)