Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ __del__
Method
__del__
IPython/core/magics/script.py:121–122 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
119
atexit.register(self.kill_bg_processes)
120
121
def
__del__(self):
122
self.kill_bg_processes()
123
124
def
_generate_script_magics(self):
125
cell_magics = self.magics[
'cell'
]
Callers
nothing calls this directly
Calls
1
kill_bg_processes
Method · 0.95
Tested by
no test coverage detected