(self, o: mypy.nodes.Var, /)
| 377 | # other non-Statement SymbolNode (accepting those will raise a |
| 378 | # runtime error). Maybe this should be resolved in some direction. |
| 379 | def visit_var(self, o: mypy.nodes.Var, /) -> T: |
| 380 | raise NotImplementedError() |
| 381 | |
| 382 | # Module structure |
| 383 |
nothing calls this directly
no test coverage detected