Variable: python-indent-levels
python-indent-levels is a variable defined in python.el.gz.
This variable is obsolete since 24.5; The indentation API changed to
avoid global state. The function python-indent-calculate-levels
does not use it anymore. If you were defadvising it and or depended
on this variable for indentation customizations, refactor your code to
work on python-indent-calculate-indentation instead.
Value
(0)
Documentation
Deprecated var available for compatibility.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/python.el.gz
(defvar python-indent-levels '(0)
"Deprecated var available for compatibility.")