Variable: python-shell-internal-buffer

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

Value

nil

Documentation

Current internal shell buffer for the current buffer.

This is really not necessary at all for the code to work but it's there for compatibility with CEDET.

Aliases

python-buffer (obsolete since 24.3)

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/python.el.gz
(defvar python-shell-internal-buffer nil
  "Current internal shell buffer for the current buffer.
This is really not necessary at all for the code to work but it's
there for compatibility with CEDET.")