Variable: python-shell-internal-last-output

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

Value

nil

Documentation

Last output captured by the internal shell.

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

Aliases

python-preoutput-result (obsolete since 24.3)

Source Code

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