(self)
| 246 | self.counts[tree.fullname] = (num_any, num_total) |
| 247 | |
| 248 | def on_finish(self) -> None: |
| 249 | self._report_any_exprs() |
| 250 | self._report_types_of_anys() |
| 251 | |
| 252 | def _write_out_report( |
| 253 | self, filename: str, header: list[str], rows: list[list[str]], footer: list[str] |
nothing calls this directly
no test coverage detected