|
|
@@ -567,6 +567,7 @@ QDEF(MP_QSTR_getpeercert, (const byte*)"\xb1\x0b" "getpeercert")
|
|
|
QDEF(MP_QSTR_cert, (const byte*)"\x25\x04" "cert")
|
|
|
QDEF(MP_QSTR_server_side, (const byte*)"\x64\x0b" "server_side")
|
|
|
QDEF(MP_QSTR_server_hostname, (const byte*)"\x58\x0f" "server_hostname")
|
|
|
+QDEF(MP_QSTR_readlines, (const byte*)"\x6a\x09" "readlines")
|
|
|
|
|
|
|
|
|
// This file was automatically generated by makeqstrdata.py
|
|
|
@@ -1538,7 +1539,6 @@ QDEF(MP_QSTR_readfrom, (const byte*)"\x41\xb1\x08" "readfrom")
|
|
|
QDEF(MP_QSTR_readfrom_into, (const byte*)"\x82\x3f\x0d" "readfrom_into")
|
|
|
QDEF(MP_QSTR_readfrom_mem, (const byte*)"\x3b\x65\x0c" "readfrom_mem")
|
|
|
QDEF(MP_QSTR_readfrom_mem_into, (const byte*)"\x38\x8e\x11" "readfrom_mem_into")
|
|
|
-QDEF(MP_QSTR_readlines, (const byte*)"\x6a\x59\x09" "readlines")
|
|
|
QDEF(MP_QSTR_readonly, (const byte*)"\x03\x89\x08" "readonly")
|
|
|
QDEF(MP_QSTR_reg, (const byte*)"\x75\x8b\x03" "reg")
|
|
|
QDEF(MP_QSTR_register, (const byte*)"\xac\xa1\x08" "register")
|