Searched refs:mp_native_to_obj (Results 1 – 3 of 3) sorted by relevance
96 mp_obj_t mp_native_to_obj(mp_uint_t val, mp_uint_t type) { in mp_native_to_obj() function260 mp_native_to_obj,
205 mp_obj_t mp_native_to_obj(mp_uint_t val, mp_uint_t type);
523 return mp_native_to_obj(ret, self->type_sig); in fun_asm_call()
Completed in 5 milliseconds