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

Method __init__

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

Source from the content-addressed store, hash-verified

112 ).tag(config=True)
113
114 def __init__(self, shell=None):
115 super(ScriptMagics, self).__init__(shell=shell)
116 self._generate_script_magics()
117 self.job_manager = BackgroundJobManager()
118 self.bg_processes = []
119 atexit.register(self.kill_bg_processes)
120
121 def __del__(self):
122 self.kill_bg_processes()

Callers

nothing calls this directly

Calls 3

registerMethod · 0.45

Tested by

no test coverage detected