Module ast

Module ast 

Source

Structs§

ExprAttribute
See also Attribute
ExprBinOp
See also BinOp
ExprBoolOp
See also BoolOp
ExprCall
See also Call
ExprCompare
See also Compare
ExprConstant
See also Constant
ExprFormattedValue
See also FormattedValue
ExprName
See also Name
ExprSlice
See also Slice
ExprTuple
See also Tuple
ExprUnaryOp
See also UnaryOp
ModExpression
See also Expression
ModInteractive
See also Interactive
StmtAssign
See also Assign
StmtAugAssign
See also AugAssign

Enums§

BoolOp
and, or See also boolop
CmpOp
==, !=, <, <=, >, >=, is, is not, in, not in See also cmpop
Constant
Expr
See also expr
ExprContext
See also expr_context
Operator
+, -, *, **, /, //, %, <<, >>, &, |, ^ See also operator
Stmt
A statement in Python See also stmt
UnaryOp
+x, -x, ~x, not x See also unaryop