Path 1: 246 calls (1.0)

1def rstrip(self) -> None:
2        """Strip whitespace from end of text."""
3        self.plain = self.plain.rstrip()