Type Alias rustpython_ast::located::StmtNonlocal
source · pub type StmtNonlocal = StmtNonlocal<SourceRange>;
Aliased Type§
struct StmtNonlocal {
pub range: SourceRange,
pub names: Vec<Identifier>,
}
Fields§
§range: SourceRange
§names: Vec<Identifier>