MCPcopy Create free account
hub / github.com/ipython/ipython / _auto_magic_changed

Method _auto_magic_changed

IPython/core/magic.py:323–324  ·  view source on GitHub ↗
(self, change)

Source from the content-addressed store, hash-verified

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.',

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected