Function: python-shell-completion-native-turn-on-maybe-with-msg

python-shell-completion-native-turn-on-maybe-with-msg is a byte-compiled function defined in python.el.gz.

Signature

(python-shell-completion-native-turn-on-maybe-with-msg)

Documentation

Like python-shell-completion-native-turn-on-maybe but force messages.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/python.el.gz
(defun python-shell-completion-native-turn-on-maybe-with-msg ()
  "Like `python-shell-completion-native-turn-on-maybe' but force messages."
  (python-shell-completion-native-turn-on-maybe t))