(self, msg: str, **kw: bool)
| 569 | self._tw.sep(sep, title, **kw) |
| 570 | |
| 571 | def line(self, msg: str, **kw: bool) -> None: |
| 572 | self._tw.line(msg, **kw) |
| 573 | |
| 574 | def _add_stats(self, category: str, items: Sequence[Any]) -> None: |
| 575 | set_main_color = category not in self.stats |
no outgoing calls