Home
last modified time | relevance | path

Searched defs:def_kw_args (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Demitglue.c173 … mp_make_function_from_raw_code(const mp_raw_code_t *rc, mp_obj_t def_args, mp_obj_t def_kw_args) { in mp_make_function_from_raw_code()
A Dobjfun.c380 mp_obj_t mp_obj_new_fun_bc(mp_obj_t def_args_in, mp_obj_t def_kw_args, const byte *code, const mp_u… in mp_obj_new_fun_bc()
426 mp_obj_t mp_obj_new_fun_native(mp_obj_t def_args_in, mp_obj_t def_kw_args, const void *fun_data, co… in mp_obj_new_fun_native()
A Ddynruntime.h180 #define mp_make_function_from_raw_code(rc, def_args, def_kw_args) \ argument

Completed in 6 milliseconds