Variable: python-shell-buffer-name

python-shell-buffer-name is a customizable variable defined in python.el.gz.

Value

"Python"

Documentation

Default buffer name for Python interpreter.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/python.el.gz
;;; Shell integration

(defcustom python-shell-buffer-name "Python"
  "Default buffer name for Python interpreter."
  :type 'string
  :safe 'stringp)