(self, o: mypy.nodes.MypyFile, /)
| 371 | # Not in superclasses: |
| 372 | |
| 373 | def visit_mypy_file(self, o: mypy.nodes.MypyFile, /) -> T: |
| 374 | raise NotImplementedError() |
| 375 | |
| 376 | # TODO: We have a visit_var method, but no visit_typeinfo or any |
| 377 | # other non-Statement SymbolNode (accepting those will raise a |
nothing calls this directly
no test coverage detected