(self, **kwargs)
| 100 | self.print_separator(left="\u2552", sep="\u2550", right="\u2555", **kwargs) |
| 101 | |
| 102 | def print_bottom_separator(self, **kwargs): |
| 103 | self.print_separator(left="\u2558", sep="\u2550", right="\u255B", **kwargs) |
| 104 | |
| 105 | def generate_heading(self, text, left="\u251C", right="\u2524", infill="\u2591", width=None): |
| 106 | if width is None: |
no test coverage detected