Variable: python-eldoc-get-doc
python-eldoc-get-doc is a buffer-local variable defined in
python.el.gz.
Documentation
Non-nil means eldoc should fetch the documentation automatically.
Set to nil by python-eldoc-function if
python-eldoc-function-timeout-permanent is non-nil and
python-eldoc-function times out.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/python.el.gz
(defvar-local python-eldoc-get-doc t
"Non-nil means eldoc should fetch the documentation automatically.
Set to nil by `python-eldoc-function' if
`python-eldoc-function-timeout-permanent' is non-nil and
`python-eldoc-function' times out.")