(self, change)
| 321 | ).tag(config=True) |
| 322 | @observe('auto_magic') |
| 323 | def _auto_magic_changed(self, change): |
| 324 | self.shell.automagic = change['new'] |
| 325 | |
| 326 | _auto_status = [ |
| 327 | 'Automagic is OFF, % prefix IS needed for line magics.', |
nothing calls this directly
no outgoing calls
no test coverage detected