def storeslice(self, w_start, w_end): w_obj = self.popvalue() w_newvalue = self.popvalue() op.setslice(w_obj, w_start, w_end, w_newvalue).eval(self)