##// END OF EJS Templates
DOCS: update simple_prompt phrasing....
Matthias Bussonnier -
Show More
@@ -225,11 +225,14 b' class TerminalInteractiveShell(InteractiveShell):'
225 help="""Use `raw_input` for the REPL, without completion and prompt colors.
225 help="""Use `raw_input` for the REPL, without completion and prompt colors.
226
226
227 Useful when controlling IPython as a subprocess, and piping STDIN/OUT/ERR. Known usage are:
227 Useful when controlling IPython as a subprocess, and piping STDIN/OUT/ERR. Known usage are:
228 IPython own testing machinery, and emacs inferior-shell integration through elpy.
228 IPython own testing machinery, and emacs inferior-python integration through elpy.
229
229
230 This mode default to `True` if the `IPY_TEST_SIMPLE_PROMPT`
230 This mode default to `True` if the `IPY_TEST_SIMPLE_PROMPT`
231 environment variable is set, or the current terminal is not a tty."""
231 environment variable is set, or the current terminal is not a tty.
232 ).tag(config=True)
232 Thus the Default value reported in --help-all, or config will often
233 be incorrectly reported.
234 """,
235 ).tag(config=True)
233
236
234 @property
237 @property
235 def debugger_cls(self):
238 def debugger_cls(self):
General Comments 0
You need to be logged in to leave comments. Login now