Variable: python-indent-repeat-map
python-indent-repeat-map is a variable defined in python.el.gz.
Value
< python-indent-shift-left
> python-indent-shift-right
Documentation
Keymap to repeat Python indentation commands.
Used in repeat-mode(var)/repeat-mode(fun).
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/python.el.gz
(defvar-keymap python-indent-repeat-map
:doc "Keymap to repeat Python indentation commands.
Used in `repeat-mode'."
:repeat t
"<" #'python-indent-shift-left
">" #'python-indent-shift-right)