Home
last modified time | relevance | path

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

/dports/lang/micropython/micropython-1.17/py/
H A Dobjlist.c481 mp_obj_t mp_obj_new_list(size_t n, mp_obj_t *items) { in mp_obj_new_list() function
H A Ddynruntime.h112 #define mp_obj_new_list(n, items) (mp_fun_table.new_list((n), (items))) macro