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

Method __init__

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

Source from the content-addressed store, hash-verified

29class ConfigMagics(Magics):
30
31 def __init__(self, shell):
32 super(ConfigMagics, self).__init__(shell)
33 self.configurables = []
34
35 @line_magic
36 def config(self, s):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected