(self, config: Config)
| 17 | |
| 18 | class PipelineSettings: |
| 19 | def __init__(self, config: Config): |
| 20 | self.config = config |
| 21 | |
| 22 | def __repr__(self) -> str: |
| 23 | return f"PipelineSettings(config={self.config})" |
nothing calls this directly
no outgoing calls
no test coverage detected