Pretty print has a line break
(self)
| 739 | |
| 740 | # TODO: Add docstring for these one letter functions |
| 741 | def pbr(self) -> None: |
| 742 | "Pretty print has a line break" |
| 743 | if self.p_p == 0: |
| 744 | self.p_p = 1 |
| 745 | |
| 746 | def p(self) -> None: |
| 747 | "Set pretty print to 1 or 2 lines" |
no outgoing calls
no test coverage detected