Variable: python-indent-guess-indent-offset
python-indent-guess-indent-offset is a customizable variable defined
in python.el.gz.
Value
t
Documentation
Non-nil tells Python mode to guess python-indent-offset value.
Probably introduced at or before Emacs version 24.3.
Key Bindings
Aliases
python-guess-indent (obsolete since 24.3)
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/python.el.gz
(defcustom python-indent-guess-indent-offset t
"Non-nil tells Python mode to guess `python-indent-offset' value."
:type 'boolean
:group 'python
:safe 'booleanp)