Variable: python-eldoc-function-timeout
python-eldoc-function-timeout is a customizable variable defined in
python.el.gz.
Value
1
Documentation
Timeout for python-eldoc-function in seconds.
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 1
"Timeout for `python-eldoc-function' in seconds."
:type 'integer
:version "25.1")