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

Method init_magics

IPython/terminal/interactiveshell.py:507–509  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

505 io.stderr = io.IOStream(sys.stderr)
506
507 def init_magics(self):
508 super(TerminalInteractiveShell, self).init_magics()
509 self.register_magics(TerminalMagics)
510
511 def init_alias(self):
512 # The parent class defines aliases that can be safely used with any

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected