def __init__(self, s): self.s = s self.printable = set(string.printable) self.iterable = self._is_iterable()