MCPcopy 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

interactMethod · 0.95
kill_embeddedMethod · 0.80
exit_raiseMethod · 0.80
__call__Method · 0.80
__call__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected