|
@@ -520,6 +520,9 @@ QDEF(MP_QSTR_recvfrom, (const byte*)"\x91\x08" "recvfrom")
|
|
|
QDEF(MP_QSTR_setsockopt, (const byte*)"\x38\x0a" "setsockopt")
|
|
QDEF(MP_QSTR_setsockopt, (const byte*)"\x38\x0a" "setsockopt")
|
|
|
QDEF(MP_QSTR_settimeout, (const byte*)"\xdc\x0a" "settimeout")
|
|
QDEF(MP_QSTR_settimeout, (const byte*)"\xdc\x0a" "settimeout")
|
|
|
QDEF(MP_QSTR_setblocking, (const byte*)"\x6e\x0b" "setblocking")
|
|
QDEF(MP_QSTR_setblocking, (const byte*)"\x6e\x0b" "setblocking")
|
|
|
|
|
+QDEF(MP_QSTR_calcsize, (const byte*)"\x4d\x08" "calcsize")
|
|
|
|
|
+QDEF(MP_QSTR_pack, (const byte*)"\xbc\x04" "pack")
|
|
|
|
|
+QDEF(MP_QSTR_pack_into, (const byte*)"\x1f\x09" "pack_into")
|
|
|
|
|
|
|
|
// This file was automatically generated by makeqstrdata.py
|
|
// This file was automatically generated by makeqstrdata.py
|
|
|
|
|
|
|
@@ -1417,7 +1420,6 @@ QDEF(MP_QSTR_bootloader, (const byte*)"\xe2\xef\x0a" "bootloader")
|
|
|
QDEF(MP_QSTR_bs1, (const byte*)"\x65\x49\x03" "bs1")
|
|
QDEF(MP_QSTR_bs1, (const byte*)"\x65\x49\x03" "bs1")
|
|
|
QDEF(MP_QSTR_buffering, (const byte*)"\x25\xdb\x09" "buffering")
|
|
QDEF(MP_QSTR_buffering, (const byte*)"\x25\xdb\x09" "buffering")
|
|
|
QDEF(MP_QSTR_bx, (const byte*)"\xdf\x6e\x02" "bx")
|
|
QDEF(MP_QSTR_bx, (const byte*)"\xdf\x6e\x02" "bx")
|
|
|
-QDEF(MP_QSTR_calcsize, (const byte*)"\x4d\x38\x08" "calcsize")
|
|
|
|
|
QDEF(MP_QSTR_callback, (const byte*)"\x4c\xf0\x08" "callback")
|
|
QDEF(MP_QSTR_callback, (const byte*)"\x4c\xf0\x08" "callback")
|
|
|
QDEF(MP_QSTR_clz, (const byte*)"\x50\x4c\x03" "clz")
|
|
QDEF(MP_QSTR_clz, (const byte*)"\x50\x4c\x03" "clz")
|
|
|
QDEF(MP_QSTR_collections, (const byte*)"\xe0\xc8\x0b" "collections")
|
|
QDEF(MP_QSTR_collections, (const byte*)"\xe0\xc8\x0b" "collections")
|
|
@@ -1489,8 +1491,6 @@ QDEF(MP_QSTR_nop, (const byte*)"\xb4\x57\x03" "nop")
|
|
|
QDEF(MP_QSTR_nss, (const byte*)"\x2b\x5a\x03" "nss")
|
|
QDEF(MP_QSTR_nss, (const byte*)"\x2b\x5a\x03" "nss")
|
|
|
QDEF(MP_QSTR_onewire, (const byte*)"\x28\xfc\x07" "onewire")
|
|
QDEF(MP_QSTR_onewire, (const byte*)"\x28\xfc\x07" "onewire")
|
|
|
QDEF(MP_QSTR_os, (const byte*)"\x79\x6f\x02" "os")
|
|
QDEF(MP_QSTR_os, (const byte*)"\x79\x6f\x02" "os")
|
|
|
-QDEF(MP_QSTR_pack, (const byte*)"\xbc\xd1\x04" "pack")
|
|
|
|
|
-QDEF(MP_QSTR_pack_into, (const byte*)"\x1f\xa9\x09" "pack_into")
|
|
|
|
|
QDEF(MP_QSTR_params, (const byte*)"\x79\xe2\x06" "params")
|
|
QDEF(MP_QSTR_params, (const byte*)"\x79\xe2\x06" "params")
|
|
|
QDEF(MP_QSTR_parity, (const byte*)"\x42\x05\x06" "parity")
|
|
QDEF(MP_QSTR_parity, (const byte*)"\x42\x05\x06" "parity")
|
|
|
QDEF(MP_QSTR_path, (const byte*)"\x88\xce\x04" "path")
|
|
QDEF(MP_QSTR_path, (const byte*)"\x88\xce\x04" "path")
|