Variable: python-shell-setup-codes

python-shell-setup-codes is a customizable variable defined in python.el.gz.

Value

nil

Documentation

List of code run by python-shell-send-setup-code.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/python.el.gz
(defcustom python-shell-setup-codes nil
  "List of code run by `python-shell-send-setup-code'."
  :type '(repeat symbol))