Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ ask_exit
Method
ask_exit
IPython/terminal/interactiveshell.py:532–533 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
530
self.debugger_history = InMemoryHistory()
531
532
def
ask_exit(self):
533
self.keep_running = False
534
535
rl_next_input = None
536
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