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

Method __del__

IPython/core/magics/script.py:139–140  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

137 atexit.register(self.kill_bg_processes)
138
139 def __del__(self):
140 self.kill_bg_processes()
141
142 def _generate_script_magics(self):
143 cell_magics = self.magics['cell']

Callers

nothing calls this directly

Calls 1

kill_bg_processesMethod · 0.95

Tested by

no test coverage detected