Variable: python-shell-completion-native-try-output-timeout
python-shell-completion-native-try-output-timeout is a customizable
variable defined in python.el.gz.
Value
1.0
Documentation
Time in seconds to wait for *trying* native completion output.
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-shell-completion-native-try-output-timeout 1.0
"Time in seconds to wait for *trying* native completion output."
:version "25.1"
:type 'float)