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