(self, change: Bunch)
| 454 | @observe("config") |
| 455 | @observe_compat |
| 456 | def _config_changed(self, change: Bunch) -> None: |
| 457 | super()._config_changed(change) |
| 458 | self.log.debug("Config changed: %r", change.new) |
| 459 | |
| 460 | @catch_config_error |
| 461 | def initialize(self, argv: ArgvType = None) -> None: |
nothing calls this directly
no outgoing calls
no test coverage detected