Variable: python-shell-completion-native-redirect-buffer

python-shell-completion-native-redirect-buffer is a variable defined in python.el.gz.

Value

" *Python completions redirect*"

Documentation

Buffer to be used to redirect output of readline commands.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/python.el.gz
(defvar python-shell-completion-native-redirect-buffer
  " *Python completions redirect*"
  "Buffer to be used to redirect output of readline commands.")