|
|
@@ -573,6 +573,9 @@ QDEF(MP_QSTR_delattr, (const byte*)"\xdb\x07" "delattr")
|
|
|
QDEF(MP_QSTR_FileIO, (const byte*)"\xc5\x06" "FileIO")
|
|
|
QDEF(MP_QSTR_TextIOWrapper, (const byte*)"\xad\x0d" "TextIOWrapper")
|
|
|
QDEF(MP_QSTR_io, (const byte*)"\x23\x02" "io")
|
|
|
+QDEF(MP_QSTR_stdin, (const byte*)"\x21\x05" "stdin")
|
|
|
+QDEF(MP_QSTR_stdout, (const byte*)"\x08\x06" "stdout")
|
|
|
+QDEF(MP_QSTR_stderr, (const byte*)"\xa3\x06" "stderr")
|
|
|
|
|
|
|
|
|
// This file was automatically generated by makeqstrdata.py
|