Variable: python-indent-trigger-commands

python-indent-trigger-commands is a customizable variable defined in python.el.gz.

Value

(indent-for-tab-command yas-expand yas/expand)

Documentation

Commands that might trigger a python-indent-line call.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/python.el.gz
(defcustom python-indent-trigger-commands
  '(indent-for-tab-command yas-expand yas/expand)
  "Commands that might trigger a `python-indent-line' call."
  :type '(repeat symbol))