Searched refs:ostep (Results 1 – 3 of 3) sorted by relevance
185 mp_obj_t ostart, ostop, ostep; in str_subscr() local189 ostep = slice->step; in str_subscr()191 if (ostep != mp_const_none && ostep != MP_OBJ_NEW_SMALL_INT(1)) { in str_subscr()
106 mp_obj_t mp_obj_new_slice(mp_obj_t ostart, mp_obj_t ostop, mp_obj_t ostep) { in mp_obj_new_slice() argument111 o->step = ostep; in mp_obj_new_slice()
132 mp_obj_t mp_obj_new_slice(mp_obj_t ostart, mp_obj_t ostop, mp_obj_t ostep) { in mp_obj_new_slice() argument135 (void)ostep; in mp_obj_new_slice()
Completed in 5 milliseconds