| 130 | |
| 131 | #[derive(Debug, Clone)] |
| 132 | pub struct Assign { |
| 133 | pub node: Node, |
| 134 | pub targets: Vec<Expression>, |
| 135 | pub value: Expression, |
| 136 | } |
| 137 | |
| 138 | #[derive(Debug, Clone)] |
| 139 | pub struct AnnAssign { |
nothing calls this directly
no outgoing calls
no test coverage detected