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