def __repr__(self): if self._color_spec: return '{schema}{str}{reset}'.format( schema=self._color_spec, str=safe_str(self._str), reset=Colors.Style.RESET_ALL) return self._str