Function: python-info-closing-block
python-info-closing-block is a function alias for
python-info-dedenter-opening-block-position, defined in python.el.gz.
This function is obsolete since 24.4; use
python-info-dedenter-opening-block-position instead.
Signature
(python-info-closing-block)
Documentation
Return the point of the closest block the current line closes.
Returns nil if point is not on a dedenter statement or no opening block can be detected. The latter case meaning current file is likely an invalid python file.
Aliases
python-info-closing-block (obsolete since 24.4)