Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Dobjstrunicode.c185 mp_obj_t ostart, ostop, ostep; in str_subscr() local
188 ostop = slice->stop; in str_subscr()
201 if (ostop != mp_const_none) { in str_subscr()
204 pstop = str_index_to_ptr(type, self_data, self_len, ostop, true); in str_subscr()
A Dobjslice.c106 mp_obj_t mp_obj_new_slice(mp_obj_t ostart, mp_obj_t ostop, mp_obj_t ostep) { in mp_obj_new_slice() argument
110 o->stop = ostop; in mp_obj_new_slice()
A Dnativeglue.c132 mp_obj_t mp_obj_new_slice(mp_obj_t ostart, mp_obj_t ostop, mp_obj_t ostep) { in mp_obj_new_slice() argument
134 (void)ostop; in mp_obj_new_slice()

Completed in 4 milliseconds