Variable: python-shell--prompt-calculated-input-regexp
python-shell--prompt-calculated-input-regexp is a variable defined in
python.el.gz.
Value
nil
Documentation
Calculated input 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-input-regexp nil
"Calculated input prompt regexp for inferior python shell.
Do not set this variable directly, instead use
`python-shell-prompt-set-calculated-regexps'.")