Variable: python-eldoc-function-timeout-permanent
python-eldoc-function-timeout-permanent is a customizable variable
defined in python.el.gz.
Value
t
Documentation
Non-nil means that when python-eldoc-function times out
python-eldoc-get-doc will be set to nil.
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
"Non-nil means that when `python-eldoc-function' times out
`python-eldoc-get-doc' will be set to nil."
:group 'python
:type 'boolean
:version "25.1")