Searched defs:mp_obj_new_int (Results 1 – 4 of 4) sorted by relevance
229 mp_obj_t mp_obj_new_int(mp_int_t value) { in mp_obj_new_int() function
373 mp_obj_t mp_obj_new_int(mp_int_t value) { in mp_obj_new_int() function
354 mp_obj_t mp_obj_new_int(mp_int_t value) { in mp_obj_new_int() function
105 #define mp_obj_new_int(i) (mp_fun_table.native_to_obj(i, MP_NATIVE_TYPE_INT)) macro
Completed in 7 milliseconds