(self, cfg: Config)
| 212 | modification: Required[Configurable.Config] = REQUIRED |
| 213 | |
| 214 | def __init__(self, cfg: Config): |
| 215 | super().__init__(cfg) |
| 216 | self._target_config = self.config.target_config |
| 217 | self._modification = self.config.modification |
| 218 | |
| 219 | def _merge_configs( |
| 220 | self, target_cfg: Configurable.Config, found_module: Configurable.Config |