Home
last modified time | relevance | path

Searched refs:ostart (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
187 ostart = slice->start; in str_subscr()
196 if (ostart != mp_const_none) { in str_subscr()
197 pstart = str_index_to_ptr(type, self_data, self_len, ostart, 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
109 o->start = ostart; 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
133 (void)ostart; in mp_obj_new_slice()

Completed in 7 milliseconds