Variable: python-shell-prompt-detect-enabled

python-shell-prompt-detect-enabled is a customizable variable defined in python.el.gz.

Value

t

Documentation

Non-nil enables autodetection of interpreter prompts.

This variable was added, or its default value changed, in Emacs 24.4.

Probably introduced at or before Emacs version 24.4.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/python.el.gz
(defcustom python-shell-prompt-detect-enabled t
  "Non-nil enables autodetection of interpreter prompts."
  :type 'boolean
  :safe 'booleanp
  :version "24.4")