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

Class AugAssign

parser/src/ast.rs:148–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146
147#[derive(Debug, Clone)]
148pub struct AugAssign {
149 pub node: Node,
150 pub target: Expression,
151 pub op: AugAssignOp,
152 pub value: Expression,
153}
154
155#[derive(Debug, Clone)]
156pub enum AugAssignOp {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected