Extract TextRange information from AST nodes.
TextRange
For example, given:
try: ... except Exception as e: ...
This module can be used to identify the TextRange of the except token.
except
else
For
While
ExceptHandler