(self, o: mypy.nodes.ImportFrom, /)
| 385 | raise NotImplementedError() |
| 386 | |
| 387 | def visit_import_from(self, o: mypy.nodes.ImportFrom, /) -> T: |
| 388 | raise NotImplementedError() |
| 389 | |
| 390 | def visit_import_all(self, o: mypy.nodes.ImportAll, /) -> T: |
| 391 | raise NotImplementedError() |
nothing calls this directly
no test coverage detected