Type Alias rustpython_ast::located::ExprCompare
source · pub type ExprCompare = ExprCompare<SourceRange>;
Aliased Type§
struct ExprCompare {
pub range: SourceRange,
pub left: Box<Expr<SourceRange>>,
pub ops: Vec<CmpOp>,
pub comparators: Vec<Expr<SourceRange>>,
}
Fields§
§range: SourceRange
§left: Box<Expr<SourceRange>>
§ops: Vec<CmpOp>
§comparators: Vec<Expr<SourceRange>>