(self, o: mypy.nodes.FuncDef, /)
| 393 | # Definitions |
| 394 | |
| 395 | def visit_func_def(self, o: mypy.nodes.FuncDef, /) -> T: |
| 396 | raise NotImplementedError() |
| 397 | |
| 398 | def visit_overloaded_func_def(self, o: mypy.nodes.OverloadedFuncDef, /) -> T: |
| 399 | raise NotImplementedError() |
nothing calls this directly
no test coverage detected