Searched refs:mp_const_empty_bytes_obj (Results 1 – 2 of 2) sorted by relevance
688 #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;
2023 const mp_obj_str_t mp_const_empty_bytes_obj = {{&mp_type_bytes}, 0, 0, (const byte *)""}; variable
Completed in 9 milliseconds