44 #if MICROPY_ERROR_REPORTING == MICROPY_ERROR_REPORTING_DETAILED 61 #if MICROPY_ERROR_REPORTING == MICROPY_ERROR_REPORTING_DETAILED
int mp_print_str(const mp_print_t *print, const char *str)
#define MP_OBJ_FROM_PTR(p)
STATIC void cell_print(const mp_print_t *print, mp_obj_t o_in, mp_print_kind_t kind)
void mp_obj_print_helper(const mp_print_t *print, mp_obj_t o_in, mp_print_kind_t kind)
mp_obj_t mp_obj_cell_get(mp_obj_t self_in)
mp_obj_t mp_obj_new_cell(mp_obj_t obj)
void mp_obj_cell_set(mp_obj_t self_in, mp_obj_t obj)
const mp_obj_type_t mp_type_type
struct _mp_obj_cell_t mp_obj_cell_t
int mp_printf(const mp_print_t *print, const char *fmt,...)
STATIC const mp_obj_type_t mp_type_cell