Home
last modified time | relevance | path

Searched refs:mp_const_empty_bytes_obj (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Dobj.h688 #define mp_const_empty_bytes (MP_OBJ_FROM_PTR(&mp_const_empty_bytes_obj))
691 extern const struct _mp_obj_str_t mp_const_empty_bytes_obj;
A Dobjstr.c2023 const mp_obj_str_t mp_const_empty_bytes_obj = {{&mp_type_bytes}, 0, 0, (const byte *)""}; variable

Completed in 9 milliseconds