Type Alias rustpython_ast::located::ExprAttribute

source ·
pub type ExprAttribute = ExprAttribute<SourceRange>;

Aliased Type§

struct ExprAttribute {
    pub range: SourceRange,
    pub value: Box<Expr<SourceRange>>,
    pub attr: Identifier,
    pub ctx: ExprContext,
}

Fields§

§range: SourceRange§value: Box<Expr<SourceRange>>§attr: Identifier§ctx: ExprContext

Trait Implementations§