Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ipython/ipython
/ __call__
Method
__call__
IPython/core/autocall.py:68–70 ·
view source on GitHub ↗
(self, keep_kernel=False)
Source
from the content-addressed store, hash-verified
66
(default).
67
""
"
68
def
__call__(self, keep_kernel=False):
69
self._ip.keepkernel_on_exit = keep_kernel
70
self._ip.ask_exit()
Callers
nothing calls this directly
Calls
1
ask_exit
Method · 0.80
Tested by
no test coverage detected