def mutate_Slice_remove_step(self, node): if not node.step: raise MutationResign() return ast.Slice(lower=node.lower, upper=node.upper, step=None)