AST 1 operator 2 Add 3 alias 4 boolop 5 And 6 stmt 7 AnnAssign 8 arg 9 arguments 10 Assert 11 Assign 12 AsyncFor 13 AsyncFunctionDef 14 AsyncWith 15 expr 16 Attribute 17 AugAssign 18 Await 19 BinOp 20 BitAnd 21 BitOr 22 BitXor 23 BoolOp 24 Break 25 Call 26 ClassDef 27 cmpop 28 Compare 29 comprehension 30 Constant 31 Continue 32 expr_context 33 Del 34 Delete 35 Dict 36 DictComp 37 Div 38 Eq 39 excepthandler 40 ExceptHandler 41 Expr 42 mod 43 Expression 44 FloorDiv 45 For 46 FormattedValue 47 FunctionDef 48 FunctionType 49 GeneratorExp 50 Global 51 Gt 52 GtE 53 If 54 IfExp 55 Import 56 ImportFrom 57 In 58 Interactive 59 unaryop 60 Invert 61 Is 62 IsNot 63 JoinedStr 64 keyword 65 Lambda 66 List 67 ListComp 68 Load 69 LShift 70 Lt 71 LtE 72 MatMult 73 Mod 74 Module 75 Mult 76 Name 77 NamedExpr 78 Nonlocal 79 Not 80 NotEq 81 NotIn 82 Or 83 Pass 84 Pow 85 Raise 86 Return 87 RShift 88 Set 89 SetComp 90 Slice 91 Starred 92 Store 93 Sub 94 Subscript 95 Try 96 Tuple 97 type_ignore 98 TypeIgnore 99 UAdd 100 UnaryOp 101 USub 102 While 103 With 104 withitem 105 Yield 106 YieldFrom 107 __loader__ 108