Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Ddynruntime.h183 #define mp_call_function_n_kw(fun, n_args, n_kw, args) \ macro
A Druntime.c644 mp_obj_t mp_call_function_n_kw(mp_obj_t fun_in, size_t n_args, size_t n_kw, const mp_obj_t *args) { in mp_call_function_n_kw() function

Completed in 7 milliseconds