Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ipython/ipython
/ ask_exit
Method
ask_exit
IPython/terminal/interactiveshell.py:1000–1001 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
998
self._set_formatter(self.autoformatter)
999
1000
def
ask_exit(self):
1001
self.keep_running = False
1002
1003
rl_next_input = None
1004
Callers
5
interact
Method · 0.95
kill_embedded
Method · 0.80
exit_raise
Method · 0.80
__call__
Method · 0.80
__call__
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected