Variable: python-shell-readline-completer-delims
python-shell-readline-completer-delims is a variable defined in
python.el.gz.
Value
nil
Documentation
Word delimiters used by the readline completer.
It is automatically set by Python shell. An empty string means no characters are considered delimiters and the readline completion considers the entire line of input. A value of nil means the Python shell has no readline support.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/python.el.gz
(defvar python-shell-readline-completer-delims nil
"Word delimiters used by the readline completer.
It is automatically set by Python shell. An empty string means no
characters are considered delimiters and the readline completion
considers the entire line of input. A value of nil means the Python
shell has no readline support.")