(self, change: Bunch)
| 431 | |
| 432 | @observe("show_config_json") |
| 433 | def _show_config_json_changed(self, change: Bunch) -> None: |
| 434 | self.show_config = change.new |
| 435 | |
| 436 | @observe("show_config") |
| 437 | def _show_config_changed(self, change: Bunch) -> None: |
nothing calls this directly
no outgoing calls
no test coverage detected