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

Method init_prompts

IPython/core/interactiveshell.py:858–863  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

856 io.stderr = io.IOStream(sys.stderr)
857
858 def init_prompts(self):
859 # Set system prompts, so that scripts can decide if they are running
860 # interactively.
861 sys.ps1 = 'In : '
862 sys.ps2 = '...: '
863 sys.ps3 = 'Out: '
864
865 def init_display_formatter(self):
866 self.display_formatter = DisplayFormatter(parent=self)

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected