Table of Contents
parser
ast
ast.copy_location()
ast.dump()
ast.fix_missing_locations()
ast.get_docstring()
ast.increment_lineno()
ast.iter_child_nodes()
ast.iter_fields()
ast.literal_eval()
ast.parse()
ast.walk()
symtable
symbol
token
keyword
tokenize
tabnanny
pyclbr
py_compile
compileall
dis
pickletools
ast.
copy_location
Copy source location (lineno and col_offset attributes) from old_node to new_node if possible, and return new_node.