Home
last modified time | relevance | path

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

/dports/lang/micropython/micropython-1.17/py/
H A Dobjtuple.c242 mp_obj_t mp_obj_new_tuple(size_t n, const mp_obj_t *items) { in mp_obj_new_tuple() function
H A Ddynruntime.h111 #define mp_obj_new_tuple(n, items) (mp_fun_table.new_tuple((n), (items))) macro