Variable: python-shell-internal-buffer-name

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

Value

"Python Internal"

Documentation

Default buffer name for the Internal Python interpreter.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/python.el.gz
(defcustom python-shell-internal-buffer-name "Python Internal"
  "Default buffer name for the Internal Python interpreter."
  :type 'string
  :group 'python
  :safe 'stringp)