Unnecessary now, but a deprecation warning is more trouble than it's worth.
()
| 641 | """Load the config file into self.config, with recursive loading.""" |
| 642 | |
| 643 | def get_config() -> Config: |
| 644 | """Unnecessary now, but a deprecation warning is more trouble than it's worth.""" |
| 645 | return self.config |
| 646 | |
| 647 | namespace = dict( # noqa: C408 |
| 648 | c=self.config, |
nothing calls this directly
no outgoing calls
no test coverage detected