MCPcopy Index your code
hub / github.com/ipython/ipython / __init__

Method __init__

IPython/core/magics/script.py:133–137  ·  view source on GitHub ↗
(self, shell=None)

Source from the content-addressed store, hash-verified

131 ).tag(config=True)
132
133 def __init__(self, shell=None):
134 super(ScriptMagics, self).__init__(shell=shell)
135 self._generate_script_magics()
136 self.bg_processes = []
137 atexit.register(self.kill_bg_processes)
138
139 def __del__(self):
140 self.kill_bg_processes()

Callers

nothing calls this directly

Calls 2

registerMethod · 0.45

Tested by

no test coverage detected