(self, change)
| 272 | ).tag(config=True) |
| 273 | @observe('force_interact') |
| 274 | def _force_interact_changed(self, change): |
| 275 | if change['new']: |
| 276 | self.interact = True |
| 277 | |
| 278 | @observe('file_to_run', 'code_to_run', 'module_to_run') |
| 279 | def _file_to_run_changed(self, change): |
nothing calls this directly
no outgoing calls
no test coverage detected