Variable: python-shell--prompt-calculated-output-regexp

python-shell--prompt-calculated-output-regexp is a variable defined in python.el.gz.

Value

nil

Documentation

Calculated output prompt regexp for inferior python shell.

Do not set this variable directly, instead use python-shell-prompt-set-calculated-regexps.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/python.el.gz
(defvar python-shell--prompt-calculated-output-regexp nil
  "Calculated output prompt regexp for inferior python shell.
Do not set this variable directly, instead use
`python-shell-prompt-set-calculated-regexps'.")