MCPcopy Create free account
hub / github.com/ipython/ipython / __init__

Method __init__

IPython/terminal/interactiveshell.py:524–530  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

522
523
524 def __init__(self, *args, **kwargs):
525 super(TerminalInteractiveShell, self).__init__(*args, **kwargs)
526 self.init_prompt_toolkit_cli()
527 self.init_term_title()
528 self.keep_running = True
529
530 self.debugger_history = InMemoryHistory()
531
532 def ask_exit(self):
533 self.keep_running = False

Callers

nothing calls this directly

Calls 2

init_term_titleMethod · 0.95

Tested by

no test coverage detected