(self, config)
| 387 | importer = staticmethod(__import__) |
| 388 | |
| 389 | def __init__(self, config): |
| 390 | self.config = ConvertingDict(config) |
| 391 | self.config.configurator = self |
| 392 | |
| 393 | def resolve(self, s): |
| 394 | """ |
nothing calls this directly
no test coverage detected