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

Method init_magics

IPython/terminal/embed.py:173–175  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

171 pass
172
173 def init_magics(self):
174 super(InteractiveShellEmbed, self).init_magics()
175 self.register_magics(EmbeddedMagics)
176
177 def __call__(self, header='', local_ns=None, module=None, dummy=None,
178 stack_depth=1, global_ns=None, compile_flags=None, **kw):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected