Module python_ast::ast::tree::expression
source · Structs
- Mostly this shouldn’t be used, but it exists so that we don’t have to manually implement FromPyObject on all of ExprType
- An Expr only contains a single value key, which leads to the actual expression, which is one of several types.