Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Dobjlist.c241 mp_obj_t mp_obj_list_append(mp_obj_t self_in, mp_obj_t arg) { in mp_obj_list_append() function
A Ddynruntime.h126 #define mp_obj_list_append(list, item) (mp_fun_table.list_append((list), (item))) macro

Completed in 5 milliseconds