Variable: python-shell-prompt-output-regexp
python-shell-prompt-output-regexp is a customizable variable defined
in python.el.gz.
Value
""
Documentation
Regular expression matching output prompt of Python shell.
It should not contain a caret (^) at the beginning.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/python.el.gz
(defcustom python-shell-prompt-output-regexp ""
"Regular expression matching output prompt of Python shell.
It should not contain a caret (^) at the beginning."
:type 'regexp)