Variable: python-check-buffer-name
python-check-buffer-name is a customizable variable defined in
python.el.gz.
Value
"*Python check: %s*"
Documentation
Buffer name used for check commands.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/python.el.gz
(defcustom python-check-buffer-name
"*Python check: %s*"
"Buffer name used for check commands."
:type 'string
:group 'python)