(self, msg: str, **kw: bool)
| 454 | self._tw.sep(sep, title, **kw) |
| 455 | |
| 456 | def line(self, msg: str, **kw: bool) -> None: |
| 457 | self._tw.line(msg, **kw) |
| 458 | |
| 459 | def _add_stats(self, category: str, items: Sequence[Any]) -> None: |
| 460 | set_main_color = category not in self.stats |
no outgoing calls