Home
last modified time | relevance | path

Searched defs:mp_obj_get_int (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Dobj.c290 mp_int_t mp_obj_get_int(mp_const_obj_t arg) { in mp_obj_get_int() function
A Ddynruntime.h116 #define mp_obj_get_int(o) (mp_fun_table.native_from_obj(o, MP_NATIVE_TYPE_INT)) macro

Completed in 8 milliseconds