Variable: python-eldoc-function-timeout-permanent

python-eldoc-function-timeout-permanent is a customizable variable defined in python.el.gz.

Value

t

Documentation

If non-nil, a timeout in Python-Eldoc will disable it permanently.

Python-Eldoc can be re-enabled manually by setting python-eldoc-get-doc back to t in the affected buffer.

This variable was added, or its default value changed, in Emacs 25.1.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/python.el.gz
(defcustom python-eldoc-function-timeout-permanent t
  "If non-nil, a timeout in Python-Eldoc will disable it permanently.
Python-Eldoc can be re-enabled manually by setting `python-eldoc-get-doc'
back to t in the affected buffer."
  :type 'boolean
  :version "25.1")