MCPcopy 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

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