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

Method __init__

IPython/terminal/magics.py:40–41  ·  view source on GitHub ↗
(self, shell)

Source from the content-addressed store, hash-verified

38@magics_class
39class TerminalMagics(Magics):
40 def __init__(self, shell):
41 super(TerminalMagics, self).__init__(shell)
42
43 def store_or_execute(self, block, name):
44 """ Execute a block, or store it in a variable, per the user's request.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected