python-indent-shift-left

python-indent-shift-left is an interactive compiled Lisp function in `python.el'.


(python-indent-shift-left START END &optional COUNT)

Shift lines contained in region START END by COUNT columns to the left.
COUNT defaults to `python-indent-offset'. If region isn't
active, the current line is shifted. The shifted region includes
the lines in which START and END lie. An error is signaled if
any lines in the region are indented less than COUNT columns.