Function: python-indent-calculate-levels

python-indent-calculate-levels is a byte-compiled function defined in python.el.gz.

Signature

(python-indent-calculate-levels)

Documentation

Return possible indentation levels.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/python.el.gz
(defun python-indent-calculate-levels ()
  "Return possible indentation levels."
  (python-indent--calculate-levels
   (python-indent--calculate-indentation)))