def partition(self, sep): return tuple(map(self.__class__, text_type.partition(self, self.escape(sep))))