Home
last modified time | relevance | path

Searched refs:call_function_n_kw (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Ddynruntime.h162 return mp_fun_table.call_function_n_kw(mp_fun_table.load_name(MP_QSTR_len), 1, &o); in mp_obj_len_dyn()
184 (mp_fun_table.call_function_n_kw((fun), (n_args) | ((n_kw) << 8), args))
A Dnativeglue.h116 mp_obj_t (*call_function_n_kw)(mp_obj_t fun_in, size_t n_args_kw, const mp_obj_t *args); member

Completed in 5 milliseconds