Variable: python-indent-current-level
python-indent-current-level 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-current-level 0
"Deprecated var available for compatibility.")