()
| 66 | |
| 67 | @pytest.mark.mypy_testing |
| 68 | def mypy_config_typing() -> None: |
| 69 | c = Config( |
| 70 | { |
| 71 | "ExtractOutputPreprocessor": {"enabled": True}, |
| 72 | } |
| 73 | ) |
| 74 | reveal_type(c) # R: traitlets.config.loader.Config |
| 75 | |
| 76 | |
| 77 | @pytest.mark.mypy_testing |
nothing calls this directly
no test coverage detected
searching dependent graphs…