Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Dobjtuple.c110 STATIC mp_obj_t tuple_cmp_helper(mp_uint_t op, mp_obj_t self_in, mp_obj_t another_in) { in tuple_cmp_helper() argument
112 const mp_obj_type_t *another_type = mp_obj_get_type(another_in); in tuple_cmp_helper()
116 another_in = mp_obj_cast_to_native_base(another_in, MP_OBJ_FROM_PTR(&mp_type_tuple)); in tuple_cmp_helper()
117 if (another_in == MP_OBJ_NULL) { in tuple_cmp_helper()
121 mp_obj_tuple_t *another = MP_OBJ_TO_PTR(another_in); in tuple_cmp_helper()

Completed in 3 milliseconds