ASTTokens Documentation¶
The asttokens
module annotates Python abstract syntax trees (ASTs) with the positions of tokens
and text in the source code that generated them. This is helpful for tools that make source code
transformations.
License¶
Copyright 2016, Grist Labs, Inc. Licensed under the Apache License, Version 2.0.