MCPcopy Create free account
hub / github.com/Glyphack/enderpy / Assign

Class Assign

parser/src/ast.rs:132–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130
131#[derive(Debug, Clone)]
132pub struct Assign {
133 pub node: Node,
134 pub targets: Vec<Expression>,
135 pub value: Expression,
136}
137
138#[derive(Debug, Clone)]
139pub struct AnnAssign {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected