Home
last modified time | relevance | path

Searched refs:mp_call_fun_t (Results 1 – 3 of 3) sorted by relevance

/dports/lang/micropython/micropython-1.17/py/
H A Dobj.c185 const mp_call_fun_t call = mp_obj_get_type(o_in)->call; in mp_obj_is_callable()
H A Dobj.h504 typedef mp_obj_t (*mp_call_fun_t)(mp_obj_t fun, size_t n_args, size_t n_kw, const mp_obj_t *args); typedef
543 mp_call_fun_t call;
H A Dobjfun.c414 mp_call_fun_t fun = MICROPY_MAKE_POINTER_CALLABLE((void *)self->bytecode); in fun_native_call()