Variable: python-indent-def-block-scale
python-indent-def-block-scale is a customizable variable defined in
python.el.gz.
Value
2
Documentation
Multiplier applied to indentation inside multi-line def blocks.
This variable was added, or its default value changed, in Emacs 26.1.
Probably introduced at or before Emacs version 26.1.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/python.el.gz
(defcustom python-indent-def-block-scale 2
"Multiplier applied to indentation inside multi-line def blocks."
:version "26.1"
:type 'integer
:safe 'natnump)