Home | History | Annotate | Download | only in compiler

Lines Matching defs:ast

8 from compiler import ast, parse, walk, syntax
178 if isinstance(node, ast.Const):
325 There are no rules for when an AST node should have a lineno
326 attribute. The transformer and AST code need to be reviewed
744 # transformation of the AST before this stage
964 if isinstance(elt, ast.Node):
1085 if isinstance(arg, ast.Keyword):
1522 These delegator classes wrap the original AST nodes in order to
1544 ast.Getattr: AugGetattr,
1545 ast.Name: AugName,
1546 ast.Slice: AugSlice,
1547 ast.Subscript: AugSubscript,