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