Type Alias rustpython_ast::located::ExprList

source ·
pub type ExprList = ExprList<SourceRange>;

Aliased Type§

struct ExprList {
    pub range: SourceRange,
    pub elts: Vec<Expr<SourceRange>>,
    pub ctx: ExprContext,
}

Fields§

§range: SourceRange§elts: Vec<Expr<SourceRange>>§ctx: ExprContext

Trait Implementations§