(*args)
| 716 | self.override_called = True |
| 717 | |
| 718 | def _capture(*args): |
| 719 | self.parent_called = True |
| 720 | |
| 721 | with mock.patch.object(self.log, "debug", _capture): |
| 722 | super()._config_changed(name, old, new) |
nothing calls this directly
no outgoing calls
no test coverage detected