Variable: python-shell-prompt-pdb-regexp

python-shell-prompt-pdb-regexp is a customizable variable defined in python.el.gz.

Value

"[(<]*[Ii]?[Pp]db[>)]+ "

Documentation

Regular expression matching pdb input 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-pdb-regexp "[(<]*[Ii]?[Pp]db[>)]+ "
  "Regular expression matching pdb input prompt of Python shell.
It should not contain a caret (^) at the beginning."
  :type 'regexp)