Parser entry points and location-manipulation helpers.
ast.literal_eval
lineno
col_offset
Parses Python source code from a string into an AST, mirroring CPython's ast.parse.
ast.parse
Python source code to parse.
Parsing options; see ParseOptions.
The root Module AST node.
Module
On any syntax error in source.
source
Parser entry points and location-manipulation helpers.
ast.literal_eval.lineno/col_offsetinfo on a hand-built tree by copying it from parent nodes.