We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 100cd36 commit 27f5bddCopy full SHA for 27f5bdd
2 files changed
py/qstrdefs.h
@@ -138,6 +138,7 @@ Q(path)
138
Q(pow)
139
Q(print)
140
Q(range)
141
+Q(read)
142
Q(repr)
143
Q(set)
144
Q(sorted)
@@ -150,6 +151,7 @@ Q(to_bytes)
150
151
Q(tuple)
152
Q(type)
153
Q(value)
154
+Q(write)
155
Q(zip)
156
157
Q(sep)
@@ -309,6 +311,8 @@ Q(unpack)
309
311
310
312
#if MICROPY_ENABLE_MOD_IO
313
Q(io)
314
+Q(readall)
315
+Q(readline)
316
Q(StringIO)
317
Q(BytesIO)
318
Q(getvalue)
unix/qstrdefsport.h
@@ -3,10 +3,6 @@
3
Q(Test)
4
5
Q(fileno)
6
-Q(read)
7
-Q(readall)
8
-Q(readline)
9
-Q(write)
10
Q(makefile)
11
12
Q(FileIO)
0 commit comments