Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Dnativeglue.h169 const mp_obj_fun_builtin_var_t *stream_read_obj;
170 const mp_obj_fun_builtin_var_t *stream_readinto_obj;
171 const mp_obj_fun_builtin_var_t *stream_unbuffered_readline_obj;
172 const mp_obj_fun_builtin_var_t *stream_write_obj;
A Dobj.h325 #define MP_DECLARE_CONST_FUN_OBJ_VAR(obj_name) extern const mp_obj_fun_builtin_var_t obj_name
326 #define MP_DECLARE_CONST_FUN_OBJ_VAR_BETWEEN(obj_name) extern const mp_obj_fun_builtin_var_t obj_na…
327 #define MP_DECLARE_CONST_FUN_OBJ_KW(obj_name) extern const mp_obj_fun_builtin_var_t obj_name
345 const mp_obj_fun_builtin_var_t obj_name = \
348 const mp_obj_fun_builtin_var_t obj_name = \
351 const mp_obj_fun_builtin_var_t obj_name = \
961 } mp_obj_fun_builtin_var_t; typedef
A Dobjfun.c114 mp_obj_fun_builtin_var_t *self = MP_OBJ_TO_PTR(self_in); in fun_builtin_var_call()

Completed in 9 milliseconds