|
|
@@ -463,6 +463,10 @@ QDEF(MP_QSTR_values, (const byte*)"\x7d\x06" "values")
|
|
|
QDEF(MP_QSTR_wfi, (const byte*)"\x9d\x03" "wfi")
|
|
|
QDEF(MP_QSTR_write, (const byte*)"\x98\x05" "write")
|
|
|
QDEF(MP_QSTR_zip, (const byte*)"\xe6\x03" "zip")
|
|
|
+QDEF(MP_QSTR_ustruct, (const byte*)"\x47\x08\x07" "ustruct")
|
|
|
+QDEF(MP_QSTR_unpack, (const byte*)"\x07\x3c\x06" "unpack")
|
|
|
+QDEF(MP_QSTR_unpack_from, (const byte*)"\x0e\x6d\x0b" "unpack_from")
|
|
|
+
|
|
|
|
|
|
// This file was automatically generated by makeqstrdata.py
|
|
|
|