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

Method __init__

IPython/core/magics/auto.py:28–31  ·  view source on GitHub ↗
(self, shell)

Source from the content-addressed store, hash-verified

26 """Magics that control various autoX behaviors."""
27
28 def __init__(self, shell):
29 super(AutoMagics, self).__init__(shell)
30 # namespace for holding state we may need
31 self._magic_state = Bunch()
32
33 @line_magic
34 def automagic(self, parameter_s=''):

Callers

nothing calls this directly

Calls 1

BunchClass · 0.90

Tested by

no test coverage detected